chiark / gitweb /
core: do not fail in a container if we can't use setgroups
[elogind.git] / src / basic / cgroup-util.h
index 56610474ef5edec20de3903246a56945d3f73815..5f3152995e253b1a4e3182d5a5747733ee8430df 100644 (file)
@@ -114,6 +114,10 @@ static inline bool CGROUP_BLKIO_WEIGHT_IS_OK(uint64_t x) {
 }
 #endif // 0
 
+/* Default resource limits */
+#define DEFAULT_TASKS_MAX_PERCENTAGE            15U /* 15% of PIDs, 4915 on default settings */
+#define DEFAULT_USER_TASKS_MAX_PERCENTAGE       33U /* 33% of PIDs, 10813 on default settings */
+
 /*
  * General rules:
  *
@@ -237,8 +241,8 @@ int cg_kernel_controllers(Set *controllers);
 bool cg_ns_supported(void);
 #endif // 0
 
-int cg_unified(void);
 #if 0 /// UNNEEDED by elogind
+int cg_unified(void);
 void cg_unified_flush(void);
 
 bool cg_is_unified_wanted(void);