Created
September 21, 2023 22:21
-
-
Save manoj-choudhari-git/bf4a151d718fabde23ace06365e4d35a to your computer and use it in GitHub Desktop.
SonarQube Local Instance Setup - Commands to enable Elastic Search in docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wsl -d docker-desktop | |
sysctl -w vm.max_map_count=524288 | |
sysctl -w fs.file-max=131072 | |
ulimit -n 131072 | |
ulimit -u 8192 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment