Skip to content

Commit 380d5ce

Browse files
Update io.compression.codec.lzo.buffersize to 262144
1 parent 012ae9d commit 380d5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@
930930

931931
<property>
932932
<name>io.compression.codec.lzo.buffersize</name>
933-
<value>65536</value>
933+
<value>262144</value>
934934
<description>
935935
Internal buffer size for Lzo compressor/decompressors.
936936
</description>

0 commit comments

Comments
 (0)