Java heap space / OutOfMemoryError when leaving game open
Status: Beta
Brought to you by:
roel-hertoghs
OutOfMemoryError: Java heap space when leaving puzzle
open for a long time
- it seems objects keep on being created
- requires some memory profiling... ensure either
- gc can do its job cleaning these objects or
- less of those are required
Logged In: YES
user_id=756563
Probably related:
kagiru-0.25-self-executable.jar running under Win XP (SP2)
The amount of memory used by the javaw process steadily
increases by between 4Kb and 120Kb per second, averaging
around 40Kb/s. It became non-responsive and I had to kill
the process in the end around 80Mb.
Logged In: YES
user_id=756563
Sry, add to above:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode,
sharing)