The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: Java heap space

I have also updated this prems to -Xmx1024m -Xmx2048m -XX:MaxPermSize=2048m
but still face same exception here...
The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: Java heap space

I have also updated this prems to -Xmx1024m -Xmx2048m -XX:MaxPermSize=2048m
but still face same exception here...
On
Try increasing memory of netbeans.
In the etc directory under your Netbeans-Home, edit the file netbeans.conf file. -Xms and -Xmx should be increased to the values that allow your program to compile.
Here are the instructions in netbeans.conf:
Put the values in the netbeans_default_options string.