Increase heap size in Java

后端 未结 12 2315
情深已故
情深已故 2020-11-21 05:26

I am working on a Windows 2003 server (64-bit) with 8 GB RAM. How can I increase the heap memory maximum? I am using the -Xmx1500m flag to increase the heap siz

12条回答
  •  猫巷女王i
    2020-11-21 06:01

    I have problem running the py files in my java code using eclipse/STS, getting PyException due to insufficient jvm heap memory. I have done the changes as mentioned below and I'm able to resolve this issue. Below is my System configuration.

    And these are the changes I did in my workspace and voila it runs perfect now.

提交回复
热议问题