mirror of https://github.com/schoebel/mars
disable /proc/sys/mars/loadavg_limit by default
This commit is contained in:
parent
4a9f141f8b
commit
49336fdcac
|
@ -146,7 +146,7 @@ int errors_sysctl_handler(
|
|||
}
|
||||
|
||||
#ifdef CONFIG_MARS_LOADAVG_LIMIT
|
||||
int mars_max_loadavg = 8;
|
||||
int mars_max_loadavg = 0;
|
||||
EXPORT_SYMBOL_GPL(mars_max_loadavg);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue