Module Name: src Committed By: manu Date: Tue Oct 18 15:06:17 UTC 2016
Modified Files: src/lib/libperfuse: libperfuse.3 perfuse.c src/usr.sbin/perfused: msg.c perfused.8 Log Message: Make FUSE socket buffer tunable When dealing with high I/O throughput, we could run out of buffer space if the filesystem was not consuming requests fast enough. Here we slightly raise the buffer size, and we make it tunable through the PERFUSE_BUFSIZE environment variable so that we can cope with higher requirement later. While there, document PERFUSE_OPTIONS environment variable. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libperfuse/libperfuse.3 cvs rdiff -u -r1.37 -r1.38 src/lib/libperfuse/perfuse.c cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/perfused/msg.c cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/perfused/perfused.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.