You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c0000000, 1073741824, 0) failed; error='Not enough space' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 1073741824 bytes for committing reserved memory.
#2
Open
Spycsh opened this issue
Nov 17, 2021
· 0 comments
not enough memeory on EC2. in the kafka kafka-server-start.sh, edit the KAFKA_HEAP_OPTS to -Xmx200M -Xms200M
Xmx is the max heap size, Xms is the initial heap size, normally they are set to be the same
The text was updated successfully, but these errors were encountered:
not enough memeory on EC2. in the kafka
kafka-server-start.sh
, edit theKAFKA_HEAP_OPTS
to-Xmx200M -Xms200M
Xmx is the max heap size, Xms is the initial heap size, normally they are set to be the same
The text was updated successfully, but these errors were encountered: