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
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'