8000 docs: add cgroup memory troubleshooting to install doc by EdwardAngert · Pull Request #16920 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add cgroup memory troubleshooting to install doc #16920

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

Merged
merged 7 commits into from
Mar 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
EdwardAngert committed Mar 14, 2025
commit 24e8c7c9111c113e2783fd9c2f9de58614ad9804
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ When you query `ContainerMemory` and encounter the error:
open /sys/fs/cgroup/memory.max: no such file or directory
```

This error mostly affects Raspbery Pi OS, but might also affect older Debian-based systems as well.
This error mostly affects Raspberry Pi OS, but might also affect older Debian-based systems as well.

<details><summary>Add `cgroup_memory=1 cgroup_enable=memory` to `cmdline.txt`:</summary>

Expand Down
Loading
0