Could not reserve enough space for object heap

后端 未结 26 1312
余生分开走
余生分开走 2020-11-22 05:59

I am getting the following exception repeatedly each time I try to run the program.

Error occurred during initialization of VM

Could not reserve e

26条回答
  •  盖世英雄少女心
    2020-11-22 06:55

    Assuming you have enough free memory and you setup you JVM arguments correctly, you might have a problem of memory fragmentation. Check Java maximum memory on Windows XP.

提交回复
热议问题