Hello everyone
I work with chirpstack 4 (I just changed the docker-compose.yml from 4 to latest), since its image docker on a machine with little memory space. And I notice that the chirpstack container takes 13G of memory (where the redis one takes 12M). I guess I have a log that fills up as I don’t need it. I want to know if I am right, and if so, how to reduce this size by deleting logs now unnecessary.
It was a log problem that took up too much space, and it is with docker that I could solve the problem, by adding this in the docker.yml
logging:
driver: “json-file”
options:
max-size: “2048m”
The expression ‘logging’ should be at the same level as ‘image’.
I have re-launched the docker, the log file is now limited to 2 048 MB. Not really a chirpstack problem in the end, but I started with him and docker at the same time. Maybe we should put this topic elsewhere;)
1 Like