I was wondering what the warning about a low memory limit meant in the debug log (even before loading files): [quote=“debug log”]19/10/2008 19.24.10:com.jthink.jaikoz.monitoring.MemoryManager:addMemoryNotification:WARNING: Low memory limit is set for:Tenured Gen:1326238924[/quote]
I use the following line to start Jaikoz: [quote=“a shortcut”]C:\WINDOWS\system32\java.exe -Xms150m -Xmx1612m -jar lib\jaikoz.jar -l2 -m2 -f[/quote] (with the working path set to the Jaikoz directory, of course).
Jaikoz seems to be using all the memory I give it: [quote=“user log”]Oct 19, 2008 7:23:08 PM: INFO: Jaikoz has been configured with minimum heap memory of 150 Mb, maximum heap memory of 1,599 Mb and maximum permanent memory of 64 Mb[/quote]
So I was wondering what the warning about a low memory limit meant?