Merge "Increase maximum preserved crash dump vmcore file size to 5Gi"

This commit is contained in:
Zuul 2021-07-21 13:55:07 +00:00 committed by Gerrit Code Review
commit fc84f13b64
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Before=sshd.service
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/etc/init.d/crashDumpMgr --max-size 3Gi
ExecStart=/etc/init.d/crashDumpMgr --max-size 5Gi
[Install]
WantedBy=multi-user.target