Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Re: Out of memory work around for a java application (please help!)

    Not an easy problem to debug without knowing more. Like I mentioned make sure you aren't keeping references to any objects, and try not to re-use objects if you are creating them from the external...
  2. Re: Out of memory work around for a java application (please help!)

    Have you tried to increase the JVM default heap size? I believe the default Heap size is 128mb, but you can increase the max size into the GB if needed (using the -Xmx(max mem size) command line...
Results 1 to 2 of 2