diff options
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 11e8449a..e93eed59 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -116,10 +116,12 @@ # Some daemons are started and stopped via start-stop-daemon. # We can set some things on a per service basis, like the nicelevel. -#SSD_NICELEVEL="-19" +#SSD_NICELEVEL="0" # Or the ionice level. The format is class[:data] , just like the # --ionice start-stop-daemon parameter. -#SSD_IONICELEVEL="2:2" +#SSD_IONICELEVEL="0:0" +# Or the OOM score adjustment. +#SSD_OOM_SCORE_ADJ="0" # Pass ulimit parameters # If you are using bash in POSIX mode for your shell, note that the |