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 need cgroup_enable=memory swapaccount=1 parameters added to my kernel command line arguments so that I could better limit memory consumption of my Docker containers.
I was googleing around but couldn't find any articles describing the proper way of accomplishing this with a Scaleway baremetal server.
If you could give me a hint, I'd appreciate it.
The text was updated successfully, but these errors were encountered:
Had chance to experiment with it today. I learned:
The feature I was looking for is enabled by default on the bootscript/kernel combo (x86_64-mainline-lts-4.9-4.9.93-rev1) the SCW system assigned to me, without the need to specify anything explicitly at command line.
The approach above works, but the latest keyword at the kernel tag boots a vanilla OS kernel which did not recognize the ethernet interface for me. Instead of that I managed to make it work with the kernel url coming from the metadata:
The official kernels 4.15.11 and 4.14.33 did not even boot (the root file system could not be mounted by initrd under /newroot). The 4.9.* kernels still unable to reboot and even cause file system corruption.
Nice system ;-)
Hi,
I need cgroup_enable=memory swapaccount=1 parameters added to my kernel command line arguments so that I could better limit memory consumption of my Docker containers.
I was googleing around but couldn't find any articles describing the proper way of accomplishing this with a Scaleway baremetal server.
If you could give me a hint, I'd appreciate it.
The text was updated successfully, but these errors were encountered: