feat(adho): Configure larger local POSIX queue sizes
Required for some testing at work.
This commit is contained in:
parent
2d80f468d0
commit
19f165484b
1 changed files with 6 additions and 0 deletions
|
@ -28,4 +28,10 @@
|
|||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Configure POSIX queue limits (for work)
|
||||
systemd.tmpfiles.rules = let mqueue = "/proc/sys/fs/mqueue"; in [
|
||||
"w ${mqueue}/msgsize_max - - - - ${toString (64 * 1024)}"
|
||||
"w ${mqueue}/msg_max - - - - 50"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue