carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

cgconfig.conf (1061B)


      1 group containers {
      2 	memory { }
      3 	pids { }
      4 }
      5 
      6 group containers/ccx {
      7 	memory {
      8 		# 10G
      9 		memory.high = 10737418240;
     10 
     11 		# 12G
     12 		memory.max = 12884901888;
     13 	}
     14 	pids {
     15 		pids.max = 4096;
     16 	}
     17 }
     18 
     19 group containers/ccx/xsession.5 {
     20 	memory {
     21 		# 6G
     22 		memory.high = 6442450944;
     23 
     24 		# 8G
     25 		memory.max = 8589934592;
     26 	}
     27 }
     28 
     29 group containers/ccx/alpine-browsers {
     30 	memory {
     31 		# 8G
     32 		memory.high = 8589934592;
     33 
     34 		# 10G
     35 		memory.max = 10737418240;
     36 	}
     37 }
     38 
     39 group containers/ccx/void-recombee-browsers {
     40 	memory {
     41 		# 8G
     42 		memory.high = 8589934592;
     43 
     44 		# 10G
     45 		memory.max = 10737418240;
     46 	}
     47 }
     48 
     49 # ├── containers
     50 # │   ├── ccx
     51 # │   │   ├── alpine-browsers
     52 # │   │   ├── alpine-dev
     53 # │   │   ├── alpine-recombee
     54 # │   │   ├── alpine-sndio
     55 # │   │   ├── mail
     56 # │   │   ├── profanity
     57 # │   │   ├── void-recombee-browser
     58 # │   │   ├── void-signal
     59 # │   │   ├── void-telegram
     60 # │   │   ├── weechat
     61 # │   │   └── xsession.5