Browse Source

systemd/jack@.service: Adding LimitMEMLOCK and adding (a commented) disabling of OOMScoreAdjust (which would disable OOM killer).

tags/v1.9.13
David Runge 6 years ago
parent
commit
426cc58ca7
No known key found for this signature in database GPG Key ID: 54C28F4FF5A1A949
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      systemd/jack@.service

+ 3
- 0
systemd/jack@.service View File

@@ -10,6 +10,9 @@ EnvironmentFile=-%h/.config/jack/%i.conf
ExecStart=/usr/bin/jackd $JACK_OPTIONS -d $DRIVER -d $DEVICE $DRIVER_SETTINGS
LimitRTPRIO=95
LimitRTTIME=infinity
LimitMEMLOCK=infinity
# Caution: use on memory-limited devices only
# OOMScoreAdjust=-1000

[Install]
WantedBy=default.target

Loading…
Cancel
Save