summarylogtreecommitdiffstats
path: root/sonarqube.service
diff options
context:
space:
mode:
authordNhax2018-02-18 10:10:15 +0100
committerdNhax2018-02-18 10:10:15 +0100
commit7c5aa43bfd98842d66c3650c3a62eb93b36197e1 (patch)
tree56f329d2141fd237f094d3d58643597c1f22f353 /sonarqube.service
parent9035c85cb95e6c9218f6453d17450ae289676e9b (diff)
downloadaur-7c5aa43bfd98842d66c3650c3a62eb93b36197e1.tar.gz
Added example configuration for required sysctl values
Diffstat (limited to 'sonarqube.service')
-rw-r--r--sonarqube.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonarqube.service b/sonarqube.service
index 0b6f2dc50895..6fb45d31713b 100644
--- a/sonarqube.service
+++ b/sonarqube.service
@@ -12,6 +12,8 @@ StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=sonarqube
RuntimeDirectory=sonarqube
+LimitNOFILE=65536
+LimitNPROC=2048
ExecStart=/usr/share/sonarqube/bin/linux-x86-64/sonar.sh start
ExecStop=/usr/share/sonarqube/bin/linux-x86-64/sonar.sh stop