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 8f1d500 commit 21d51bdCopy full SHA for 21d51bd
server/src/main/java/org/elasticsearch/index/IndexingPressure.java
@@ -81,7 +81,7 @@ public class IndexingPressure {
81
82
public static final Setting<ByteSizeValue> MAX_OPERATION_SIZE = Setting.memorySizeSetting(
83
"indexing_pressure.memory.max_operation_size",
84
- "5%",
+ "10%",
85
Setting.Property.NodeScope
86
);
87
0 commit comments