SumoLogic / sumologic-collector-docker

A Sumo Logic collector for Docker.
Apache License 2.0
69 stars 55 forks source link

Publish recommendations for memory limit, reservation, and swap #84

Open jbisotti opened 5 years ago

jbisotti commented 5 years ago

It would be helpful if there were some guidelines for the container's memory limit, reservation, & swap values.

John1Q84 commented 4 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.

maimaisie commented 4 years ago

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.