We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d9377 commit cb212b3Copy full SHA for cb212b3
src/settings.cc
@@ -57,7 +57,7 @@ setting_details all_settings[] = {
57
{"rlimit-data", setting_id_t::SETTING_RLIMIT_DATA, false, true, false},
58
{"rlimit-addrspace", setting_id_t::SETTING_RLIMIT_ADDRSPACE, false, true, false},
59
60
-#ifdef SUPPORT_CGROUPS
+#if SUPPORT_CGROUPS
61
{"run-in-cgroup", setting_id_t::RUN_IN_CGROUP, false, true, false},
62
#endif
63
0 commit comments