on ‎2007 Oct 16 4:42 PM
Hi,
what is the meaning of Java heap size in XI server ?? In what way it is different from system RAM ?? On what basis we will select heap size ?? What is the importance of java heap size ??
Thanks
kumar
Request clarification before answering.
Java heap is the heap size allocated to JVM applications which takes care of the new objects being created. If the objects being created exceed the heap size, it will throw an error saying memoryOutof Bound
Or u can say
The heap is the runtime data area from which memory for all class instances and arrays is allocated. The heap may be of a fixed size or may be expanded. The heap is created on virtual machine start-up. If you have complicated algorithms or big caching which might create lot of objects in memory you may need bigger heap size
Java Heap vs RAM
Please go through following forum. This might help:
<b>http://www.velocityreviews.com/forums/t128137-java-heap-vs-os-memory.html</b>
<b>
/thread/40047 [original link is broken]
********Please Rewars points if find helpful**********
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.