cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Java Heap size

Former Member
0 Likes
1,718

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

View Entire Topic
Former Member
0 Likes

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**********