A
aarg
Hello,
One app running java does the out of memory error :
<GC: totally out of heap space>java.lang.OutOfMemoryError
At this moment the GC log reads :
<GC: freed 0 objects, 0 bytes in 137 ms, 19% free (2960224/15346880)>
The way i understand this, it means a max size of 15346880 bytes. I
graphed this max size against time and it reaches this max value very
shortly after the launch of the java process.
My problem is : this process is launched with the -Xmx512m option :
there should be more than enough space to extend the size of the heap.
Why is it that the max size is not reached and still it crashes saying
it has no more memory when it should at least try to expand the size ?
Thanks for any help,
Dav'
One app running java does the out of memory error :
<GC: totally out of heap space>java.lang.OutOfMemoryError
At this moment the GC log reads :
<GC: freed 0 objects, 0 bytes in 137 ms, 19% free (2960224/15346880)>
The way i understand this, it means a max size of 15346880 bytes. I
graphed this max size against time and it reaches this max value very
shortly after the launch of the java process.
My problem is : this process is launched with the -Xmx512m option :
there should be more than enough space to extend the size of the heap.
Why is it that the max size is not reached and still it crashes saying
it has no more memory when it should at least try to expand the size ?
Thanks for any help,
Dav'