Frequently Asked Question

FAQ / Dedicated JVM


What is a heap size?

Heap size is a reserved memory for the data that is created at the time of execution. Each time an object is created, it is allocated with the memory from the heap space. Likewise when the object dies, the memory returns back to the heap space. This space can be increased or decreased with the command line options.

How this faq is helpful:

Not at all
helpful
Not much
helpful
Some what
helpful
Very
helpful
Extremely
helpful

What could be better? (Optional)
X
  Not related to my issue
  Too complicated explanations
  Too much information
  Incorrect information
  Unclear information
  Incomplete information
  Too old information
Do you have any other feedback about this faq ?
1000