-
Notifications
You must be signed in to change notification settings - Fork 51
Tracker restarted when memory is full #566
Copy link
Copy link
Closed
Description
Relates to: #567
We are running the live demo in a droplet with 1GB of RAM.
The tracker domain is https://tracker.torrust-demo.com/health_check.
On the 29th of December I changed the tracker configuration from
remove_peerless_torrents = trueTo:
remove_peerless_torrents = falseWith this change, the tracker does not clean up torrents without peers. That makes the data structure containing the torrent data grow indefinitely.
That makes the process to run out of memory every 5 hours approx:
I guess, the Tracker container crashes and it's restarted again, otherwise I suppose the process would simply die.
We should limit the memory usage. This could happen even with the option remove_peerless_torrents enabled.
Last 24 hours
Last 7 days
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIncorrect BehaviorIncorrect Behavior
Type
Projects
Status
Done


