I know how to increase java heap size on command line using flag -Xmx, I need to run my program in jgrasp, how do I increase the heap size for my program in that IDE?
System.out.println("---->"+Runtime.getRuntime().maxMemory());
prints ---->66650112
on adding flag -Xmx256m
the heap size still print the same number