The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
|
Memory available - Printable Version +- jeplus.org forums (http://jeplus.org/mybb) +-- Forum: Building simulation tools (http://jeplus.org/mybb/forumdisplay.php?fid=1) +--- Forum: jEPlus (http://jeplus.org/mybb/forumdisplay.php?fid=2) +--- Thread: Memory available (/showthread.php?tid=403) |
Memory available - gmavrom - 11-10-2015 Hello all, I am trying to run jEplus on a desktop computer with Windows Server 2012 R2. The computer has 128 GB of ram installed. Unfortunately, jEplus says that the maximum available memory to VM: 247 MB Additionally, the total memory allocated is 65 MB. Does anyone have any idea why this occurs? I am also having problems with collecting results after the runs, and I am afraid that it has to do with the limited memory. Any solution? Regards, George RE: Memory available - gmavrom - 11-10-2015 I managed to solve the problem. Initially, I used the command line to start jEPlus and used this command : java -Xmx1000m -jar jEPlus.jar to prescribe the memory allocation to 1000m (1000MB. As I had the 32-bit java installed there was a limit to how much memory I could allocate. Installing the 64-bit java version actually made jEplus identify a much larger portion of the memory (~28 GB) but not the whole of it (128 GB). I will report back if the results collection with the RVX files I have specified does not work. Regards, George RE: Memory available - Yi - 11-12-2015 Good job, George! Thanks for sharing your solution. Yi |