diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2022-05-07 09:57:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 09:57:11 -0500 |
commit | 98c55410e06b5a1fc968747e8ee83b83ae7022ca (patch) | |
tree | ab9f3e30ed0cfc604ef36b25411cf3ddba459e62 /README.md | |
parent | 53f3bdfeb65bcd3b35168053a3b9084394821be8 (diff) |
Remove swap space
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -20,13 +20,6 @@ git clone https://github.com/argosopentech/LibreTranslate-init.git ~/LibreTransl # Download dependencies and run LibreTranslate on port 5000 ~/LibreTranslate-init/setup.sh -# Optional: Add swap space -# sudo fallocate -l 10G /swapfile -# sudo chmod 600 /swapfile -# sudo mkswap /swapfile -# sudo swapon /swapfile -# sudo swapon --show - # Run LibreTranslate WSGI with nginx and systemd ~/LibreTranslate-init/run.sh |