VeriBlock / nodecore-releases

Other
37 stars 11 forks source link

Invalid maximum heap size: -Xmx6g #128

Closed ArtRaptors closed 5 years ago

ArtRaptors commented 5 years ago

When I run C:\veriblock-nodecore-all-0.4.6\nodecore-0.4.6\bin\nodecore.bat I am receiving this text in CLI:

Invalid maximum heap size: -Xmx6g The specified size exceeds the maximum representable size. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Application terminated unexpectedly, press any key to exit

How to solve this issue and run nodecore and wallet cli?

Leonardiae commented 5 years ago

In most cases the causes is that not Java 64 bits is installed or else there is not enough memory.

ArtRaptors commented 5 years ago

True. Java was not x64. Thanks