Open jbisotti opened 5 years ago
I have been looking for the exactly same guidance.
I have a system which run on the AWS Fargate. And from Fargate, I would like to add sumo-collector container beside my app container as a 'side-car' pattern. So one Fargate task will have two containers. To do this, I need to set a memory limit/reservation for each container.
Hi, please take a look at the memory requirements for our installed collector: https://help.sumologic.com/01Start-Here/03About-Sumo-Logic/System-Requirements/Installed-Collector-Requirements
The dockerized collector should follow the same requirements as it is just essentially an installed collector wrapped inside a container.
It would be helpful if there were some guidelines for the container's memory limit, reservation, & swap values.