Machine Install memory : 8GB
In the Jboss developer studio, while building the project or sometimes while starting the server I am getting below the exception,
Error occurred during initialization of VM
Could not reserve enough space for object heap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
in jbdevstudio.ini configuration file I have set the below heap size,
- -Xms512m
- -Xmx1024m
What size should I use so jboss studio will work properly ?