Replies: 1 comment 3 replies
-
How about if we make it easier to customize. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The default timeout for
podman system service
is 5 seconds. For my use case where I was polling the podman socket for health checks every 10 seconds, restarting the service process so often ended up having a substantial cpu overhead. On one machine the idle cpu dropped 10 percentage points (/100) when I bumped -t to 300 seconds. Would it make sense to bump this default timeout to something a bit higher than 5s? I think it may generally cost more resources than it saves with such a low timeout.Beta Was this translation helpful? Give feedback.
All reactions