An open API service indexing awesome lists of open source software.

https://github.com/mysiar/sonarqube-dockerized


https://github.com/mysiar/sonarqube-dockerized

Last synced: 4 months ago
JSON representation

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
```