My Jenkins does not want to start with parameters -Xrs -Xmx2048m -XX:MaxPermSize=512m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "%BASE%\jenkins.war" --httpPort=8080
in jenkins.xml file. I also added JENKINS_HOME variable to windows variables and set path to my jenkins folder c:\Program Files (x86)\Jenkins
. But it does not help. I see in the log file error
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Can somebody help me?