Skip to content

Instantly share code, notes, and snippets.

@jlntrt
Last active May 13, 2021 17:05
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 jlntrt/cc1f3f4ab158845357d756ee9aa87adb to your computer and use it in GitHub Desktop.
Save jlntrt/cc1f3f4ab158845357d756ee9aa87adb to your computer and use it in GitHub Desktop.
Commands to run postgres with asdf on ubuntu
asdf plugin-add postgres
cpulimit -l 200 -f -- asdf install postgres latest
asdf global postgres 13.3
pg_ctl start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment