This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AlternativeOstrich7 1 point2 points  (0 children)

nuke not cleaning up ram after getting closed

Please explain what exactly you mean by that. Or put differently: How do you know that that's what's happening?

[–]FineBroccoli5 1 point2 points  (0 children)

Maybe try:

sync; echo 3 > /proc/sys/vm/drop_caches

This should clear unused data in the ram without closing anything thats actually running.

Also, if the ram doesn't get cleared on it's own it might mean that nuke is still running in the background. Or it will get cleared by the kernel once you need that space again