This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hestiaHUGO: 3rd attempt to workaround hugo memory leak symptom
Appearently, Hugo somehow still fails to garbage collect properly in time until the memory reaches 99% consumption and entering swap file. This is not usable at all and it's outside ZORALab's Hestia control. Fortunately, killing the server allows the memory restoration immediately. We already purged all memory related algorithms (.Store & partialCached) already so the bug should highly related to Hugo Pipe itself. We do not have a choice but to periodically kill the hugo server. This patch applies 3rd attempt to workaround hugo memory leak symptom in hestiaHUGO/ directory. Co-authored-by: Shuralyov, Jean <[email protected]> Co-authored-by: Galyna, Cory <[email protected]> Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]> Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
1 parent
cd16d1e
commit 5440022
Showing
2 changed files
with
38 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters