[TEST] Reduce size of large documents to be more heap memory friendly in xpack build
Original commit: elastic/x-pack-elasticsearch@d3864a5021
This commit is contained in:
parent
1591003c7d
commit
14a677396e
|
@ -42,7 +42,7 @@ public class StateProcessorTests extends ESTestCase {
|
|||
+ "\0";
|
||||
|
||||
private static final int NUM_LARGE_DOCS = 2;
|
||||
private static final int LARGE_DOC_SIZE = 16000000;
|
||||
private static final int LARGE_DOC_SIZE = 1000000;
|
||||
|
||||
private StateProcessor stateProcessor;
|
||||
|
||||
|
|
Loading…
Reference in New Issue