We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ca85a commit a793696Copy full SHA for a793696
common/network-common/src/main/java/org/apache/spark/network/protocol/MessageWithHeader.java
@@ -50,7 +50,7 @@ class MessageWithHeader extends AbstractReferenceCounted implements FileRegion {
50
* avaliable buffer is smaller than this limit, the data cannot be sent within one single write
51
* operation while it still will make memory copy with this size.
52
*/
53
- private static final int NIO_BUFFER_LIMIT = 512 * 1024;
+ private static final int NIO_BUFFER_LIMIT = 256 * 1024;
54
55
/**
56
* Construct a new MessageWithHeader.
0 commit comments