Skip to content

Commit cb40e07

Browse files
committed
systemd: set content.dump=auto
Problem: garbage collecting the KVS is a manual process that is often overlooked. Set content.dump=auto in the systemd unit file, so 'systemctl stop flux' will perform garbage collection.
1 parent 95b3e24 commit cb40e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/flux.service.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ExecStart=/bin/bash -c '\
2323
-Sbroker.quorum-timeout=none \
2424
-Sbroker.exit-norestart=42 \
2525
-Sbroker.sd-notify=1 \
26+
-Scontent.dump=auto \
2627
-Scontent.restore=auto \
2728
'
2829
SyslogIdentifier=flux

0 commit comments

Comments
 (0)