From: Samir Benmendil Date: Wed, 23 Dec 2020 12:39:26 +0000 (+0000) Subject: mkosi/kodi: limit ram usage X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c16f1d69f7988c23b5b06c43c220318aeaabe24c?ds=sidebyside mkosi/kodi: limit ram usage We don't want this container to take down the whole system. There's probably a better way to do this and controll resources more globally for the system, i.e. only ever allocate a max amount to all containers. --- diff --git a/mkosi/kodi/override.conf b/mkosi/kodi/override.conf index c0eda9b..25c5a09 100644 --- a/mkosi/kodi/override.conf +++ b/mkosi/kodi/override.conf @@ -9,3 +9,5 @@ DeviceAllow=char-input rwm DeviceAllow=char-shm rwm DeviceAllow=char-tty rwm DeviceAllow=char-usb_device rwm + +MemoryHigh=6G