chiark / gitweb /
logind,machined: bump TasksMax=
[elogind.git] / src / login / logind.c
index 06d31d7b311c5d5e4936ff01682fa78bae3ab3a2..55b280090da41f2c1796b7828db659203865095d 100644 (file)
@@ -81,7 +81,7 @@ static Manager *manager_new(void) {
         m->idle_action_not_before_usec = now(CLOCK_MONOTONIC);
 
         m->runtime_dir_size = PAGE_ALIGN((size_t) (physical_memory() / 10)); /* 10% */
-        m->user_tasks_max = UINT64_C(4096);
+        m->user_tasks_max = UINT64_C(12288);
 
         m->devices = hashmap_new(&string_hash_ops);
         m->seats = hashmap_new(&string_hash_ops);