config/kernel: enable custom options for better Docker support
Note:
HugeTLB controller allows to limit the HugeTLB usage per control group
Inspired by https://github.com/selwtf/turris/tree/master/toolchain/turris-cok-sdk
Merge request reports
Activity
added 25 commits
-
b599eb2d...69c1f007 - 24 commits from branch
hbd
- 91e5f3ca - config/kernel: enable custom options for better Docker support
-
b599eb2d...69c1f007 - 24 commits from branch
changed milestone to %Turris OS 5.2.1
changed milestone to %Turris OS 5.3.0
added Low label
assigned to @jschlehofer and unassigned @jpavlinec
14 14 # Extend the number of supported ath9k mPCIe cards 15 15 # by enabling PC OEM config option 16 16 CONFIG_ATH9K_SUPPORT_PCOEM=y 17 18 # Enable for better Docker support 19 CONFIG_CGROUP_HUGETLB=y More details: https://cateee.net/lkddb/web-lkddb/CGROUP_HUGETLB.html
Also, shouldn't be this enabled/selected by package, which uses this? E.g. Docker?
Like it is done in
Docker
[1] andlxc
[2]?[1] https://github.com/openwrt/packages/blob/master/utils/dockerd/Config.in and as you can see, we need to enable
DOCKER_OPTIONAL_FEATURES
[2] https://github.com/openwrt/openwrt/tree/master/package/kernel/linux/modules
assigned to @jpavlinec and unassigned @jschlehofer
changed milestone to %Turris OS 6.0
Docker support will come with %Turris OS 6.0, so moving it there.
added 114 commits
-
91e5f3ca...db0783e9 - 113 commits from branch
hbl
- 4dbebc22 - config/kernel: enable custom options for better Docker support
-
91e5f3ca...db0783e9 - 113 commits from branch
@jpavlinec You closed it w/o reason, if you are not going to work on it, I can.