Add earlyoom for responsiveness

This commit is contained in:
John Doty 2024-03-06 20:54:05 +00:00
parent 011e9ca0dc
commit acf3bd232f
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ def install_packages():
"unixodbc", "unixodbc",
"unixodbc-dev", "unixodbc-dev",
"wget", "wget",
"earlyoom",
] ]
run("sudo", "apt", "update") run("sudo", "apt", "update")

View file

@ -10,5 +10,7 @@ cd $MY_PATH
# Run the basic setup. # Run the basic setup.
python3 "./setup.py" python3 "./setup.py"
bash -i -l -c "nvm install 18"
# Run the coder setup. # Run the coder setup.
python3 "./coder-setup.py" python3 "./coder-setup.py"