Re: Unable to run kafka on ec2 free tier instance

2021-05-16 Thread Alexandre Dupriez
Hi Satendra, The JVM core indicates you are running out of system memory. Increasing the heap size of your JVM will not help; if anything, it will make things worse. You need to check which processes occupy system memory (look for their resident set size) and work on reducing memory consumption ac

Unable to run kafka on ec2 free tier instance

2021-04-18 Thread Satendra Pratap Singh
Hi Team, I have setup an one node kafka on ec2 free instance which has 8 gb ram and 256 GB hdd. I have installed java 8 on ec2. When I am trying to start kafka getting error like OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x0007, 1073741824, 0) failed; error='Cannot all