howtos/restart_sigul_bridge.md
Nils Philippsen 5abde40e52 Fix typo in file name
Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-04-15 14:28:33 +02:00

15 lines
353 B
Markdown

# 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