-
Notifications
You must be signed in to change notification settings - Fork 454
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
8.1.0 prerelease used 59gb of memory #8485
Comments
I have noticed this on Windows too. Last time I check Tribler was using 5.8GB. |
Did you change Hops? This happened with me [sudden rise in size of Tribler folder] also. I changed Hops of my torrents and then suddenly my Tribler folder was equivalent to 80 GB. All these torrents of mine, were already present in BiglyBT, so when I opened BiglyBT - all those torrents suffered disk error & automatically deleted themselves. I have put them on redownload but some torrents were very obscure - hopefully I can get them back. I think this error is related to this = #8483 But who knows |
I think my issue may have been related to the debug logs. When the logs are open it is consuming excessive amounts of memory in the browser, not specific to the Tribler process. I have seen it use up to over 8GB of memory. |
No change in hops, they have all been 3 hops. I did not have the web client open at the time. |
Since upgrading to 8.1.0 I am also seeing uncontrolled memory usage. I have tribler's output redirected to /dev/null to prevent it from filling my root partition, so I have not been able to look for hints there. Based on casually observing top while writing this, tribler seems to be steadily consuming memory, maybe on the order of a gig per hour. ...and already 42g of virt... Oh, poking around in the journal confirms the kernel killed tribler: Mar 09 03:03:21 mouse23 systemd[1139]: Started app-org.tribler.Tribler-4cd2900cefb443c68466c7f5074053ed.scope - Tribler - P2P /Bittorrent/Youtube client. ...and another glance at top suggests that the memory has leveled off for now... Update from 2 hours later; the memory use has gone down a bit, so it is not a simple case of memory use steadily increasing... |
Thanks for the input everyone. I think we hit this bug (inside our If I read that (massive) issue correctly, the default disk writing mode of |
@qstokkink I installed Tribler 8.0.7 and ran some tests in comparison to 8.1.0 and it looks like the current version is mapping the torrent data files to memory. I don't see the mapping occurring in Tribler 8.0.7. I think this also explains why I was seeing memory usage spiking and then dropping off... |
|
@HanabishiRecca thanks for the help! Setting the Re-opening this issue until the above is implemented. |
Tribler 8.1.1, there is a large amount of memory pages being allocated for torrent data files. I believe this to be a continuation of #8485. A current Tribler session is using 8.95GB of memory... ...here are the commits to Triblers memory map... |
After upgrading to the 8.1.0 prerelease from 8.0.7 on a m1 Mac mini running the latest macOS resulted in the force quit out of memory macOS modal after about an hour of use, in which tribler was the culprit at 59gb of memory on a 16gb of ram machine. I had to force quit it from that modal as the menu bar icon was unresponsive.
I have I guess 200 torrents in which half of them are completed.
Haven't reopened it since the force quit.
Let me know what steps are needed to send the logs.
The text was updated successfully, but these errors were encountered: