On macOS systems
This section explains pre-installation steps on SonarQube Server host for the Developer and Enterprise Editions on macOS systems.
Configuring the host to comply with Elasticsearch
Configuring the maximum number of open files
sudo sysctl kern.maxfiles=131072
sudo sysctl kern.maxfilesperproc=131072
ulimit -n 131072Last updated
Was this helpful?

