You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the minimum Digital Ocean Droplet (512MB RAM), and the default userdata always gives me this error.
Solved changing both occurrences of Environment="SWAPFILE=/2GiB.swap" to 1GiB and ExecStart=/usr/bin/fallocate -l 2048m ${SWAPFILE} to 1024m in userdata.
The text was updated successfully, but these errors were encountered:
Kuchiriel
changed the title
create-swap.service failed and I solved
create-swap.service failed and how I solved
May 22, 2017
Ah yes, this is the issue that bit me when I first did a public demo of Paz on Digital Ocean. I learned to mitigate it manually, but good job finding a fix.
The project has been long inactive, but I appreciate your interest in it!
I have used the minimum Digital Ocean Droplet (512MB RAM), and the default userdata always gives me this error.
Solved changing both occurrences of
Environment="SWAPFILE=/2GiB.swap"
to 1GiB and ExecStart=/usr/bin/fallocate -l 2048m ${SWAPFILE} to 1024m in userdata.The text was updated successfully, but these errors were encountered: