i run a console application from command line
i have debug output:
Runtime rt = Runtime.getRuntime();
System.out.println(""+i+" max:"+rt.maxMemory()+" free:"+
rt.freeMemory()+" total:"+rt.totalMemory());
i’ve discovered playing with the last command line parameter “java poker77.v1.B2Test -J-Xmx10m” that it does not effect
help please