我们遇到以下错误:
if _os.name != 'posix' or _os.sys.platform == 'cygwin':
# On non-POSIX and Cygwin systems, assume that we cannot unlink a file
# while it is open.
TemporaryFile = NamedTemporaryFile
在每个SonarQube 6.x版本的Ubuntu 16.04下使用OpenJdk 1.8运行SonarQube作为systemd服务。 如果我们在服务器启动后使用以下命令从shell运行SonarQube没问题: systemctl start sonar.service
答案 0 :(得分:-2)
尝试此实现:
export SONAR_SCANNER_OPTS="-Xmx512m"