Currently I am using NetBeans-8.1 in 32-bit Windows 10. I'm getting the following error:
java.lang.OutOfMemoryError: Java heap space.
I already changed the memory size to -Xmx1024m
in netbeans.conf
file, added environment variables -Xms1024m -Xmx1024m -XX:PermSize=64M -XX:MaxPermSize=256m
but still getting same error. Are there any problems with NetBeans on 32-bit operating systems? My system has 4GB of RAM.