Skip to content

Commit 60689f6

Browse files
committed
GHA | increased ES memory
1 parent 8854903 commit 60689f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
xpack.security.enabled: "false"
5656
xpack.security.http.ssl.enabled: "false"
5757
xpack.security.transport.ssl.enabled: "false"
58-
ES_JAVA_OPTS: "-Xmx512m -Xms512m"
58+
ES_JAVA_OPTS: "-Xmx1024m -Xms1024m"
5959
steps:
6060
- uses: actions/checkout@v3
6161
- name: Set up Python

0 commit comments

Comments
 (0)