Skip to content

Commit

Permalink
Build: add visualvm flags to benchmarking docker-compose setup (alexk…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Dec 3, 2023
1 parent d39e53c commit 49baf24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ services:
- xpack.security.enabled=false
- discovery.type=single-node
- elastiknn.jdk-incubator-vector.enabled=true
- ES_JAVA_OPTS=--add-modules jdk.incubator.vector
- ES_JAVA_OPTS=--add-modules jdk.incubator.vector -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.port=6000 -Dcom.sun.management.jmxremote.rmi.port=6000 -Djava.rmi.server.hostname=localhost
ports:
- "9200:9200"
- "6000:6000"
mem_limit: 12000m
mem_reservation: 12000m
cpus: 2
Expand Down

0 comments on commit 49baf24

Please sign in to comment.