SyntaxFix
Write A Post
Hire A Developer
Questions
This is because, the amount of memory you wish to assign for JVM is not available or may be you are assigning more than available memory. Try small size then u can see the difference. Try:
set JAVA_OPTS=-Xms128m -Xmx512m -XX:PermSize=128m