chiark / gitweb /
logind: change TasksMax= value for user logins to 33%
[elogind.git] / src / login / logind.c
index 4006bf1385616fde7b4995fb6f2a32c6e895eed0..b976981006a77e8fe2ce1882269ee3e1e66326a9 100644 (file)
@@ -78,8 +78,8 @@ static void manager_reset_config(Manager *m) {
         m->idle_action_usec = 30 * USEC_PER_MINUTE;
         m->idle_action = HANDLE_IGNORE;
 
-        m->runtime_dir_size = PAGE_ALIGN((size_t) (physical_memory() / 10)); /* 10% */
-        m->user_tasks_max = 12288;
+        m->runtime_dir_size = physical_memory_scale(10U, 100U); /* 10% */
+        m->user_tasks_max = system_tasks_max_scale(33U, 100U); /* 33% */
         m->sessions_max = 8192;
         m->inhibitors_max = 8192;