forked from SteamWar/SteamWar
Fix checkpointing of a dev server
This commit is contained in:
@@ -112,6 +112,7 @@ class CheckpointUtilsJ9 {
|
||||
// Do the checkpoint
|
||||
path.toFile().mkdirs();
|
||||
CRIUSupport criu = new CRIUSupport(path);
|
||||
criu.setGhostFileLimit(10L * 1024L * 1024L);
|
||||
criu.setAutoDedup(true);
|
||||
criu.setFileLocks(true);
|
||||
criu.setShellJob(true);
|
||||
|
||||
Reference in New Issue
Block a user