MCPcopy Create free account
hub / github.com/avoidwork/tenso / forceGC

Method forceGC

benchmarks/memory.js:25–29  ·  view source on GitHub ↗

* Forces garbage collection if available

()

Source from the content-addressed store, hash-verified

23 * Forces garbage collection if available
24 */
25 forceGC () {
26 if (this.gcEnabled) {
27 global.gc();
28 }
29 }
30
31 /**
32 * Takes a memory snapshot

Callers 5

snapshotMethod · 0.95
testRequestProcessingFunction · 0.95
testRateLimitMemoryFunction · 0.95
testHypermediaMemoryFunction · 0.95
testMemoryPressureFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected