Created
April 15, 2023 14:09
-
-
Save leemm/4e37f97a85fb3825a279cb8a659b99e5 to your computer and use it in GitHub Desktop.
Adding Swap file to ubuntu (oom issues)
This file contains 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
// Check for OOM errors | |
journalctl -u systemd-oomd | |
// Add or increase swap file | |
https://askubuntu.com/questions/178712/how-to-increase-swap-space/1177939#1177939 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment