Audio: larger nofile limits

This commit is contained in:
Filippo Berto 2023-05-05 21:09:46 +02:00
parent 27cae22a01
commit d662a4c8ea
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -56,7 +56,7 @@
domain = "@audio"; domain = "@audio";
item = "nofile"; item = "nofile";
type = "hard"; type = "hard";
value = "99999"; value = "524288";
} }
]; ];