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