Skip to content
Discussion options

You must be logged in to vote

Found the solution.
-Access the droplet console;
-Type:
nano /etc/default/grub

  • In the grub file, include the following command:
    GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"
  • Save the file and restart grub with the command:
    sudo update-grub
  • After that, restart the droplet.

This solved my problem...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@eldadfux
Comment options

@BechtelCanDoIt
Comment options

Answer selected by Kappyh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants