fix(all): New templates.
This commit is contained in:
parent
01628fdd0e
commit
1d783c303e
1 changed files with 2 additions and 1 deletions
|
@ -342,10 +342,11 @@ export class SystemKeywords {
|
|||
|
||||
public async closeHandles({ pid }) {
|
||||
const { min, user } = await DialogKeywords.getProcessInfo(pid);
|
||||
const memoryBeforeGC = process.memoryUsage().heapUsed / 1024 / 1024; // in MB
|
||||
|
||||
delete this.cachedMerge[pid];
|
||||
|
||||
// Capture memory usage before GC
|
||||
const memoryBeforeGC = process.memoryUsage().heapUsed / 1024 / 1024; // in MB
|
||||
GBLogEx.info(min, ``);
|
||||
|
||||
setFlagsFromString('--expose_gc');
|
||||
|
|
Loading…
Add table
Reference in a new issue