Pre-installation steps on SonarQube Community Build host for macOS systems.
Because SonarQube Community Build uses an embedded Elasticsearch, make sure that your host configuration complies with the Elasticsearch production mode requirements and File Descriptors configuration.
Set the file limit values by running the following commands.
sudo sysctl kern.maxfiles=131072 sudo sysctl kern.maxfilesperproc=131072 ulimit -n 131072
Last updated 9 months ago
Was this helpful?