I have BEA JRockit JDK 5.0 Update 6 running on Win开发者_StackOverflowdows XP. I wish to know what is the max heap I can allocate when I have primary memory of 4GB on my machine.I don\'t have JRockit
I\'m overriding the new operator to manually allocate heap space when using the new keyword. Usually using a stack-allocated heap container with pointers to its items-
What\'s the maximum amount of heap space that one can al开发者_如何学运维locate for java on a 64-bit platform? Is it unlimited?Theoretically 264, but there might be limitations (obviously)
It is not possible to increase the maximum size of Java\'s heap after the VM has started.What are the technical reasons for this?Do the garbage collection algorithms depend on having a fixed amount of
I\'ve been experiencing a strange issue the last couple of days while writing a shell script w开发者_开发百科hich executes Java (starting the JBoss AS). I have a variable JAVA_OPTS that I am creating,
Please suggest some website or some book that deals with these topics in really good detail. I need to have a better understanding of th开发者_高级运维ese concepts (in reference to C++):
I\'m learning to use WinDbg and I might be way off track on this, but I assume that if my program isn\'t using a paged heap that instead of _DPH_HEAP_BLOCK structures that \"own\" a pointer to my allo
I\'m getting this error when deploying application WAR files from my ant build via atask that calls weblogic.Deployer. This is on Windows XP, server is not in Production mode, there are only 2 other W
I\'m confused with Heap,Young,Tenured and Perm g开发者_开发百科eneration. Could anyone please explain?The Java garbage collector is referred to as a Generational Garbage Collector. Objects in an app
How do I put an array on the POE heap, and push/pop data to/from it? I\'m trying to put the following array on the heap: