When i try to start my application it gives the error
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Any suggestions ???
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Step 1: Got to Grails HOME/bin directory open startGrails file
Step 2:
replace that if condtion for GRAILS_OPTS and out this line “set GRAILS_OPTS=-Xmx1024M -server”
without quotes
Step 3: Save