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
The background services running for sourcegraph should not require that high request/limits, we are running repo-updater with 50m cpu and 128Mi memory for instance, this makes the container fail to start before the livenessProbe(which will restart it after 3 seconds as current configured) and put the pod into a crash loop.
Setting a intialDelaySeconds to 5s, or startupProbe, or simply making the livenessProbe of the non-user hot path services less aggressive would allow these services to run with less resources.
The text was updated successfully, but these errors were encountered:
BadLiveware
changed the title
Background services livenessProbe too agressive
Background services livenessProbe too aggressive
Jun 5, 2023
BadLiveware
changed the title
Background services livenessProbe too aggressive
Background services livenessProbe is too aggressive
Sep 29, 2023
The background services running for sourcegraph should not require that high request/limits, we are running
repo-updater
with 50m cpu and 128Mi memory for instance, this makes the container fail to start before the livenessProbe(which will restart it after 3 seconds as current configured) and put the pod into a crash loop.Setting a intialDelaySeconds to 5s, or startupProbe, or simply making the livenessProbe of the non-user hot path services less aggressive would allow these services to run with less resources.
The text was updated successfully, but these errors were encountered: