I'm trying to install SonarQube on a Maxc (actually sonar source, tutorial is at http://chapter31.com/2013/05/02/installing-sonar-source-on-mac-osx/). The result of the "sonar start" command is the following output in sonar.log:
--> Wrapper Started as Daemon
Launching a JVM...
JVM exited while loading the application.
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified
JVM Restarts disabled. Shutting down.
<-- Wrapper Stopped
I've tried to set the Java properties correctly in sonar.properties:
sonar.web.javaOpts=-Xms512m -Xmx768m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
The system is a Macbook Pro running OSX 10.11.1. Typing "java -version" into the command line outputs java version "1.6.0_65".