Forum Discussion
Sebastian_Vilst
18 years agoContributor
You should seriously reconsider using such a large heap.
If you use a large heap, then garbage collection will take a long time and you'll have noticeable pauses.
I mostly have need for larger-than-basic heaps in webservers and I make an effort to limit myself to 512mb per server instance. It's better to make several instances if you need to make use of more ram
If you use a large heap, then garbage collection will take a long time and you'll have noticeable pauses.
I mostly have need for larger-than-basic heaps in webservers and I make an effort to limit myself to 512mb per server instance. It's better to make several instances if you need to make use of more ram