Heap space errors
|
I’m getting a considerable amount of the following in my logs when JBidwatcher has been running for a few hours: Feb 25 15:26:26 CET 2008: Serious error, consider dying.java.lang.OutOfMemoryError: Java heap space[/quote] I never saw JBidwatcher using more than ~110MB or so of RAM. So I dug around a little. According to the Java documentation from Apple the Info.plist Root/VMOptions should read -Xms64m -Xmx512m. Without the equal signs. I’ll see if this change improves anything. |