Skip to content

Commit

Permalink
increase heap size to 5gb
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Feb 22, 2025
1 parent c22c6f7 commit 5a1d10e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ services:
- JAVA_DEBUG_PORT=*:5005
- DEFAULT_JAVA_DEBUG_PORT=*:5005
- KAFKA_DEBUG=true
- JMX_PORT=39999
- JMX_PORT=39999
- KAFKA_HEAP_OPTS=-Xms1G -Xmx5G

0 comments on commit 5a1d10e

Please sign in to comment.