Skip to content

Commit

Permalink
Added -noverify [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Oct 30, 2019
1 parent 2791bcc commit bee214e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/kafka-kafdrop/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "9000:9000"
environment:
KAFKA_BROKERCONNECT: "kafka:29092"
JVM_OPTS: "-Xms16M -Xmx48M -Xss180K -XX:-TieredCompilation -XX:+UseStringDeduplication"
JVM_OPTS: "-Xms16M -Xmx48M -Xss180K -XX:-TieredCompilation -XX:+UseStringDeduplication -noverify"
depends_on:
- "kafka"
kafka:
Expand All @@ -24,4 +24,4 @@ services:
KAFKA_ZOOKEEPER_SESSION_TIMEOUT: "6000"
KAFKA_RESTART_ATTEMPTS: "10"
KAFKA_RESTART_DELAY: "5"
ZOOKEEPER_AUTOPURGE_PURGE_INTERVAL: "0"
ZOOKEEPER_AUTOPURGE_PURGE_INTERVAL: "0"

0 comments on commit bee214e

Please sign in to comment.