mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
libsystemd-bus/bus-kernel.h: set MEMFD_MIN_SIZE to 128k
This commit is contained in:
parent
6cbf6931d2
commit
4a4c0be0ab
@ -42,7 +42,7 @@
|
||||
|
||||
/* This determines at which minimum size we prefer sending memfds over
|
||||
* sending vectors */
|
||||
#define MEMFD_MIN_SIZE (96*1024)
|
||||
#define MEMFD_MIN_SIZE (128*1024)
|
||||
|
||||
/* The size of the per-connection memory pool that we set up and where
|
||||
* the kernel places our incoming messages */
|
||||
|
Loading…
Reference in New Issue
Block a user