| Thread | Last Post | Replies |
|
| java virtual machine 1.4 (or greater) for QNX | 24 Jan 2006 19:22 GMT | 2 |
Hi people! WHERE can I download java virtual machine 1.4 (or greater) for QNX ? Anyone have any direct link ? Thanx
|
| -Xmx100m works vs -Xmx300m | 24 Jan 2006 10:46 GMT | 3 |
I have an OutOfMemory exception when I try to print 2DGraphics, with the next options of a java launcher: java -Xms80m -Xmx100m -XX:PermSize=64m -Xss64m -verbose:gc I tried:
|
| More Heap after Garbage Collection | 19 Jan 2006 17:22 GMT | 1 |
Analyzing Garbage Collection we have seen on minor collection that the value after garbage collection is bigger then the one when it's started. Before Garbage Collection we have about 200 MByte, after Garbage Collection we see somewhat about 380 MByte. Why?
|
| Invocation Problems (memory leak) | 16 Jan 2006 12:15 GMT | 8 |
Why does the GC not collect the local references created in my shared library? How do I get these objects to collect so that I do not have a memory leak? JVM: Sun's 1.5.0_06 for linux.
|