FAQ/ Heap Size

"Heap Size" Related Questions

2 Questions Available.
1
Why are you getting java.lang.error?

The java.lang.error is caused due to low heap size (RAM). In order to overcome this error, you can upgrade your plan to the next available plan. Use this

More...
2
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,

More...