Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create-swap.service failed and how I solved #61

Open
Kuchiriel opened this issue May 22, 2017 · 1 comment
Open

create-swap.service failed and how I solved #61

Kuchiriel opened this issue May 22, 2017 · 1 comment

Comments

@Kuchiriel
Copy link

Kuchiriel commented May 22, 2017

I have used the minimum Digital Ocean Droplet (512MB RAM), and the default userdata always gives me this error.
image

Solved changing both occurrences of Environment="SWAPFILE=/2GiB.swap" to 1GiB and ExecStart=/usr/bin/fallocate -l 2048m ${SWAPFILE} to 1024m in userdata.

@Kuchiriel Kuchiriel changed the title create-swap.service failed and I solved create-swap.service failed and how I solved May 22, 2017
@lukebond
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants