Rahul Mishra

Results 3 comments of Rahul Mishra

Hi, below are the steps I performed that you should follow to reproduce this issue. --- # Memory Leak Test Flow ## 1. Setup - Start Docker containers for **AutoMQ**...

Below is the screenshot showing how the size of the container increases and exited.

# Commands to Reproduce Memory Leak ## Step 1: Start AutoMQ and MinIO ```bash cd /Users/rahulm/AutoMQ/automq/docker docker-compose up -d sleep 15 ``` ## Step 2: Create Test Topic ```bash cd...