Set the memory available to the JVM : JVM Tool Interface « Development Class « Java
- Java
- Development Class
- JVM Tool Interface
Set the memory available to the JVM
java -mx20m myApp // for max
java -ms20m myApp // for start
Related examples in the same category