infra-docs-fpo/modules/howtos/pages/restart_sigul_bridge.adoc
Michal Konecny 1d458e6d8a Migrate howto repository to infra docs
It doesn't make much sense to have separate guides outside infra documentation.
So let's migrate https://pagure.io/fedora-infra/howtos to infra docs.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-18 17:06:59 +02:00

14 lines
353 B
Text

= How to restart the sigul bridge
The sigul bridge tends to grow in memory leading to an nagios alert about Low swap.
To fix that you can restart the bridge.
From `batcave01`:
----
$ sudo -i ssh sign-bridge01.phx2.fedoraproject.org
# pkill -f sigul -9; sigul_bridge -d -v -v; tail -f /var/log/sigul_bridge.log
----
Wait for the service to restart.