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
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949
1 changed files with
3 additions and
0 deletions
-
systemd/jack@.service
|
|
@@ -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 |