https://github.com/mysiar/sonarqube-dockerized
https://github.com/mysiar/sonarqube-dockerized
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mysiar/sonarqube-dockerized
- Owner: mysiar
- License: mit
- Created: 2022-08-13T11:14:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T11:18:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T22:17:58.687Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SonarQube
In case of the error on first time run
```
$ sysctl -w vm.max_map_count=524288
$ sysctl -w fs.file-max=131072
$ ulimit -n 131072
$ ulimit -u 8192
```