chiark / gitweb /
bus: bump memfd vs. copy limit to 512k to reflect recent benchmarks
[elogind.git] / src / libsystemd / sd-bus / bus-kernel.h
index 63df63e4baa9833febd91229ad1bc9a597436c6d..e9f776d9fdf90f1ae78815802f5cf6ff03e3566d 100644 (file)
@@ -44,7 +44,7 @@
 
 /* This determines at which minimum size we prefer sending memfds over
  * sending vectors */
-#define MEMFD_MIN_SIZE (128*1024)
+#define MEMFD_MIN_SIZE (512*1024)
 
 /* The size of the per-connection memory pool that we set up and where
  * the kernel places our incoming messages */