MCPcopy Create free account
hub / github.com/actiontech/dtle / TriggerFreeMemory

Function TriggerFreeMemory

g/g.go:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func TriggerFreeMemory() {
104 select {
105 case freeMemoryCh <- struct{}{}:
106 default:
107 }
108}
109
110func GetLowMemoryStatus() bool {
111 return lowMemory

Callers 1

MemoryMonitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected