mirror of https://github.com/waku-org/nwaku.git
try gc full collect
This commit is contained in:
parent
81dffee893
commit
f2e7800db8
|
@ -148,4 +148,9 @@ when isMainModule:
|
|||
|
||||
info "Node setup complete"
|
||||
|
||||
while true:
|
||||
waitFor sleepAsync(2.seconds)
|
||||
try:
|
||||
GC_fullCollect()
|
||||
except: discard
|
||||
runForever()
|
||||
|
|
Loading…
Reference in New Issue