-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
Im running the app which use Overseer to perform self-upgrade. My app is running as a systemd service in Ubuntu. After update my app suddenly consume extra memory usage.When i restart the service the memory usage backs to normal. Does anyone encounter the same problem ?
- Before upgrade:
vcagent.service - Cloud Observability Agent
Loaded: loaded (/etc/systemd/system/vcagent.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-07-17 14:19:57 +07; 17s ago
Main PID: 23294 (vcagent)
Tasks: 37 (limit: 18691)
Memory: 308.7M (max: 800.0M)
CGroup: /system.slice/vcagent.service
├─23294 /usr/local/bin/vcagent
├─23340 /usr/local/bin/vcagent
├─23348 /proc/23340/fd/3 --web.listen-address 127.0.0.1:9100
└─23356 /proc/23340/fd/8 --config /etc/vcagent/otelcol-config.yaml
- After upgrade:
vcagent.service - Cloud Observability Agent
Loaded: loaded (/etc/systemd/system/vcagent.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-07-17 14:19:57 +07; 28min ago
Main PID: 23294 (vcagent)
Tasks: 36 (limit: 18691)
Memory: 588.3M (max: 800.0M)
CGroup: /system.slice/vcagent.service
├─23294 /usr/local/bin/vcagent
├─25981 /usr/local/bin/vcagent
├─25988 /proc/25981/fd/3 --web.listen-address 127.0.0.1:9100
└─25997 /proc/25981/fd/8 --config /etc/vcagent/otelcol-config.yaml
Update
I figure out the cache memory is the problem. Does Overseer cache data somewhere while perform upgrade ?
Metadata
Metadata
Assignees
Labels
No labels