B4J Question VDS Linux java.lang.OutOfMemoryError: Java heap space

peacemaker

Expert
Licensed User
Longtime User
Hi, All

I'm trying to start my first ABMaterial web-app at Linux VDS with 2GB RAM.
The very first start was successful, stop and restart of a new .jar - also was OK - without #VirtualMachineArgs directive.
But after these 2 starts - i cannot start a new .jar version any more.

Always OutOfMemory error.
Directive like "#VirtualMachineArgs: -Xms1024m -Xmx1024m" - does not help.
Restarting VDS host also does not help...
At Win10 dev machine the started OpenJDK Platform binary consumes just 80...82 MB.

How to dig ?
 
Top