No, it should help. as current LSWS release use 1MB as the threshold on whether to use the on disk buffer.
When a request has a request body larger than the threshold, the on disk buffer will be used no matter the memory I/O buffer is full or not.
We will change it to 10MB in 3.3.11 release.