Re: [X10-users] outofmemory heap error

2009-11-10 Thread Igor Peshansky
Kshitij Mehta wrote on 11/10/2009 03:52:42 PM: > Hi, > I am running x10 1.7 using the java backend. > Compiling a program using 'x10c myprog.x10' gives the following error: > 'Exception in thread "main" java.lang.OutOfMemoryError: Java heap space' > > If this were java compilation, we could incr

[X10-users] outofmemory heap error

2009-11-10 Thread Kshitij Mehta
Hi, I am running x10 1.7 using the java backend. Compiling a program using 'x10c myprog.x10' gives the following error: 'Exception in thread "main" java.lang.OutOfMemoryError: Java heap space' If this were java compilation, we could increase the heap size using 'javac ... -J-Xms256m -J-Xmx256m'