, - , . , , Runtime.getRuntime().maxMemory(), . , JOptionPane :
long memory = Runtime.getRuntime().maxMemory();
long required = 700 * 1024 * 1024;
if(memory < required) {
JOptionPane.showMessageDialog(null, "You don't have enough memory. (700MB required)", "Error", JOptionPane.ERROR_MESSAGE);
System.exit(0);
}
maxMemory() , JVM ( ).