提交 a22ef528 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

disable memory warning in most case

上级 472d0394
......@@ -151,7 +151,7 @@ async function autoSaveSession(this: PuppetWeb, force = false) {
}
}
function memoryCheck(this: PuppetWeb, minMegabyte: number = 16) {
function memoryCheck(this: PuppetWeb, minMegabyte: number = 4) {
const freeMegabyte = Math.floor(os.freemem() / 1024 / 1024)
log.silly('PuppetWebWatchdog', 'memoryCheck() free: %d MB, require: %d MB'
, freeMegabyte, minMegabyte)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册