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 c080772 commit d632238Copy full SHA for d632238
1 file changed
.github/workflows/magento-compatibility.yml
@@ -34,13 +34,10 @@ jobs:
34
35
elasticsearch:
36
image: elasticsearch:7.17.0
37
- ports:
38
- - 9200:9200
39
env:
40
discovery.type: single-node
41
- ES_JAVA_OPTS: -Xms512m -Xmx512m
42
- ES_SKIP_CGROUPS_CHECK: "true"
43
- options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
+ JAVA_OPTS: "-Djdk.disableLastCgroup=true"
+ options: --health-cmd="curl -s http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
44
45
steps:
46
- name: Checkout code
0 commit comments