mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
perf: 升级lego到4.30.1版本
This commit is contained in:
@@ -1 +1 @@
|
||||
LEGO_VERSION=4.22.2
|
||||
LEGO_VERSION=4.30.1
|
||||
|
||||
@@ -49,7 +49,7 @@ export class AutoZPrint {
|
||||
}
|
||||
setInterval(() => {
|
||||
const mu = process.memoryUsage();
|
||||
logger.info(`rss:${format(mu.rss)},heapUsed: ${format(mu.heapUsed)},heapTotal: ${format(mu.heapTotal)},external: ${format(mu.external)}`);
|
||||
logger.info(`rss:${format(mu.rss)},heapUsed: ${format(mu.heapUsed)},heapTotal: ${format(mu.heapTotal)},external: ${format(mu.external)},arrayBuffers: ${format(mu.arrayBuffers)}`);
|
||||
}, 20000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user