You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for a great piece of software. I have just a few environments and don't need much fancy stuff. I have tried to stop all background jobs like this:
- UI_CONFIGURATION_DISABLED=true
- VULNERABILITY_SCAN_ENABLED=true
- GITOPS_SYNC_INTERVAL="0 0 0 * * *"
- POLLING_INTERVAL="0 0 0 * * *"
- AUTO_HEAL_INTERVAL="0 0 0 * * *"
- ENVIRONMENT_HEALTH_INTERVAL="0 0 0 * * *"
- VULNERABILITY_SCAN_INTERVAL="0 0 0 * * *"
However, it still performs some job every 5 min that increases RAM by about 500 MB and then down again.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Thanks for a great piece of software. I have just a few environments and don't need much fancy stuff. I have tried to stop all background jobs like this:
- UI_CONFIGURATION_DISABLED=true
- VULNERABILITY_SCAN_ENABLED=true
- GITOPS_SYNC_INTERVAL="0 0 0 * * *"
- POLLING_INTERVAL="0 0 0 * * *"
- AUTO_HEAL_INTERVAL="0 0 0 * * *"
- ENVIRONMENT_HEALTH_INTERVAL="0 0 0 * * *"
- VULNERABILITY_SCAN_INTERVAL="0 0 0 * * *"
However, it still performs some job every 5 min that increases RAM by about 500 MB and then down again.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions