Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created September 21, 2023 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/bf4a151d718fabde23ace06365e4d35a to your computer and use it in GitHub Desktop.
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
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