Skip to content

Commit 77ff429

Browse files
committed
Fixup serverless
1 parent 1dcb020 commit 77ff429

File tree

1 file changed

+1
-1
lines changed
  • test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack

1 file changed

+1
-1
lines changed

test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ private void initManyBigFieldsIndex(int docs, String type) throws IOException {
885885

886886
private void initGiantTextField(int docs) throws IOException {
887887
logger.info("loading many documents with one big text field");
888-
int docsPerBulk = 5;
888+
int docsPerBulk = 3;
889889
int fieldSize = Math.toIntExact(ByteSizeValue.ofMb(5).getBytes());
890890

891891
Request request = new Request("PUT", "/bigtext");

0 commit comments

Comments
 (0)