-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notflix eating ram #19
Comments
|
thanks, I can write some cleanup code at the end of the shellscript now |
ok so adding |
Well, better way would be to use trap to call this function on exit and place this call at the top of the script. I can write the MR
|
yeah that's better, since if i ctrl-c then the files won't be delted |
Do you want under-downloaded files to hang in memory? Something more trap "rm -dRf /temp/webtorrent" SIGINT SIGTERM ERR EXIT (from nyaa) In any case, it may be worth reconsidering the decision to store temporary files |
Is it
|
99% sure it is |
this was after running notflix, hogged 3-5 gb of ram after running and closing it. I am still clueless on how to free the ram.
The text was updated successfully, but these errors were encountered: