One can ask with some Java code:
long maxBytes = Runtime.getRuntime().maxMemory();System.out.println("Max memory: "+ maxBytes / 1024 / 1024 +"M");
See javadoc.
One can ask with some Java code:
long maxBytes = Runtime.getRuntime().maxMemory();System.out.println("Max memory: "+ maxBytes / 1024 / 1024 +"M");
See javadoc.