libsystemd-bus/bus-kernel.h: set MEMFD_MIN_SIZE to 128k

This commit is contained in:
Harald Hoyer 2013-06-05 12:24:41 +02:00
parent 6cbf6931d2
commit 4a4c0be0ab

View file

@ -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 */