Skip to content

Commit dcd0d12

Browse files
luismagrnfawbertDionisioFG
authored
Cgroups grub doc mr dev (#81)
* Fix docker-compose v2 issue and re-release to include clamav role (#68) * Killing old ce-dev container when updating (#70) * Added Drupal9 and Localgov templates (#73) * New release 1.1.19 (#75) * Updated package.json version: 1.1.19 (#77) * Updated package.json version: 1.1.19 * Adding information about cgroups Co-authored-by: nfawbert <62660788+nfawbert@users.noreply.github.com> Co-authored-by: Dionisio <dionisiofernandez83@gmail.com>
1 parent 233a40c commit dcd0d12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ sudo update-initramfs -c -k all
2525

2626
They will take a while to run (about 10 minutes), but once complete reboot your machine and delete any created containers that velong to the ce_dev image. When you rebuild the ce-dev controller (by running any command) it should create fine.
2727

28+
Another way for changing the system settings for cgroups is addind the option to the boot loader. In case you use grub with a distribution that uses the new cgroups version you can add this line into the file */etc/default/grub*
29+
```
30+
GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=0"
31+
```
32+
More information about adding parameters to the kernel if you're using other boot loader can be found at https://wiki.archlinux.org/title/kernel_parameters
33+
2834
## VM Networking issue
2935
If you're running ce-dev from within a Virtual Machine (eg. KVM/qemu), Docker container network ports are only 'exposed' to the hypervisor (ie the VM), and are not published for external access.
3036
In order to access sites/files deployed by ce-dev, the ports needs to be published so that the Docker containers can be accessed from your workstation.

0 commit comments

Comments
 (0)