File tree 4 files changed +1
-19
lines changed
4 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 43
43
OPENSEARCH_DOCKER_REF : ${{ matrix.entry.ref }}
44
44
OPENSEARCH_VERSION : ${{ matrix.entry.version }}
45
45
OPENSEARCH_PASSWORD : ${{ matrix.entry.admin_password || 'myStrongPassword123!' }}
46
- OPENSEARCH_JAVA_OPTS : ${{ matrix.entry.opts }}
46
+ OPENSEARCH_JAVA_OPTS : ${{ matrix.entry.opts }} -Xms2g -Xmx2g
47
47
48
48
steps :
49
49
- name : Checkout Repo
Original file line number Diff line number Diff line change @@ -22,12 +22,6 @@ prologues:
22
22
method : POST
23
23
parameters :
24
24
index : books
25
- - path : _plugins/_query/settings
26
- method : PUT
27
- request :
28
- payload :
29
- transient :
30
- plugins.query.memory_limit : 100%
31
25
- id : sql_query
32
26
path : /_plugins/_sql
33
27
method : POST
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ prologues:
7
7
method : PUT
8
8
request :
9
9
payload : {}
10
- - path : _plugins/_query/settings
11
- method : PUT
12
- request :
13
- payload :
14
- transient :
15
- plugins.query.memory_limit : 100%
16
10
epilogues :
17
11
- path : /books
18
12
method : DELETE
Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ prologues:
9
9
index : books
10
10
request :
11
11
payload : {}
12
- - path : _plugins/_query/settings
13
- method : PUT
14
- request :
15
- payload :
16
- transient :
17
- plugins.query.memory_limit : 100%
18
12
epilogues :
19
13
- path : /books
20
14
method : DELETE
You can’t perform that action at this time.
0 commit comments