Fra R

Results 69 comments of Fra R

> On docker swarm, to ensure that the containers talk to each other without exposing the door, a network has to be created with overlay type and has to be...

sure, here is the stack file ``` $ cat flyimg.yml version: "3.8" x-deploy: &deploy-snippet endpoint_mode: dnsrr replicas: 2 update_config: parallelism: 2 order: start-first delay: 10s failure_action: rollback monitor: 10s rollback_config:...

and the cited config file ``` $ cat config/flyimg.yml application_name: myflyimg.mydomain.it #debug debug: true #Number of days for header cache expires `max_age` header_cache_days: 365 #options separator options_separator: "," #Security: Signature...

last 48 hours of RAM usage ![image](https://github.com/user-attachments/assets/4274def4-0add-442c-8756-48831872d988)

last 12 hrs here in cpu ![image](https://github.com/user-attachments/assets/5415369c-8e54-42f5-b301-356245f4dc5f)

the RAM now is lower, indeed (users are in vacation), let me find some busy day with RAM spikes

so, issues are raised by alarm from cadadviser on "memory", but I see several memory indicators: ![image](https://github.com/user-attachments/assets/a6abfff4-9066-40a6-8964-da86ae16e90c) ![image](https://github.com/user-attachments/assets/7ea6472c-1d76-495e-8c24-e37876b43c17) ![image](https://github.com/user-attachments/assets/f56978f5-ea10-41e4-b4ae-2097da46b9f2) ![image](https://github.com/user-attachments/assets/5333eb27-5a56-4306-9562-60f7737462aa) ![image](https://github.com/user-attachments/assets/93242aaa-45ad-48cb-8757-897a37d1bc3e) so we probably have to ignore some of these...

in details: `memory_working_set_bytes` (which we read is the one watched by OOM killer) is this one ![image](https://github.com/user-attachments/assets/cc38a433-6eeb-44f8-add7-308d9ce4437c)

@sadok-f any advice you can give us? even some links will be fine, then we'll dig and post here our feeds

for exampla now the alarm for prometheus query: ``` (container_spec_memory_limit_bytes > 0) AND (container_memory_working_set_bytes / container_spec_memory_limit_bytes * 100) > 90 ``` is on for a flyimg container: it's docker stats...