LittleDemon WebShell


Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
Path : /proc/self/root/home/livedhms/lmgt/node_modules/next/dist/esm/lib/memory/
File Upload :
Command :
Current File : //proc/self/root/home/livedhms/lmgt/node_modules/next/dist/esm/lib/memory/shutdown.js

import { info } from '../../build/output/log';
import { bold } from '../picocolors';
import { getGcEvents, stopObservingGc } from './gc-observer';
import { getAllMemoryUsageSpans, stopPeriodicMemoryUsageTracing } from './trace';
export function disableMemoryDebuggingMode() {
    stopPeriodicMemoryUsageTracing();
    stopObservingGc();
    info(bold('Memory usage report:'));
    const gcEvents = getGcEvents();
    const totalTimeInGcMs = gcEvents.reduce((acc, event)=>acc + event.duration, 0);
    info(` - Total time spent in GC: ${totalTimeInGcMs.toFixed(2)}ms`);
    const allMemoryUsage = getAllMemoryUsageSpans();
    const peakHeapUsage = Math.max(...allMemoryUsage.map((usage)=>usage['memory.heapUsed']));
    const peakRssUsage = Math.max(...allMemoryUsage.map((usage)=>usage['memory.rss']));
    info(` - Peak heap usage: ${(peakHeapUsage / 1024 / 1024).toFixed(2)} MB`);
    info(` - Peak RSS usage: ${(peakRssUsage / 1024 / 1024).toFixed(2)} MB`);
}

//# sourceMappingURL=shutdown.js.map

LittleDemon - FACEBOOK
[ KELUAR ]