Out of heap space memory error?

If not, then you are pretty much restricted when it comes to how much heap you can allocate to a single Java process. Try running with Xms1024M -Xmx1024M and see if it solves your issue.

If not, then you are pretty much restricted when it comes to how much heap you can allocate to a single Java process. Try running with -Xms1024M -Xmx1024M and see if it solves your issue.

Yes it is 64 bit system and stanford websiite said it needs atleast 3gb heap space – karthi Jan 18 at 8:05 it started running.. but after 5 min it reported out of memory error again – karthi Jan 18 at 8:16 1 @karthi: Strange; if it is a 64 bit VM on a 64 bit OS, it shouldn't be a problem. 3G is nothing. We run around 8 VM's each having around 4096M on our production servers.

Try removing the existing parameters and using -Xms4096M -Xmx4096M. – Sanjay T. Sharma Jan 18 at 9:12 yes.. that is the problem.. the system came with pre installed 32bit jvm.. now downloaded 64 bit and installed, hope it will work – karthi Jan 18 at 10:15.

Try with the runtime parameters java -cp -XX:+AggressiveHeap -jar jarfile or java -cp... -XX:MaxHeapFreeRatio=70 -XX:+UseLargePages -jar jarfile.

Where should I give these parameters?.. am new to these heapspace options – karthi Jan 18 at 8:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions