We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c506ce commit fcce2e5Copy full SHA for fcce2e5
network/common/src/main/java/org/apache/spark/network/util/TransportConf.java
@@ -87,7 +87,7 @@ public int numConnectionsPerPeer() {
87
* memory mapping has high overhead for blocks close to or below the page size of the OS.
88
*/
89
public int memoryMapBytes() {
90
- return conf.getInt("spark.storage.memoryMapThreshold", 2 * 1024 * 1024);
+ return conf.getInt("spark.storage.memoryMapThreshold", 2 * 4096);
91
}
92
93
/**
0 commit comments