OdyseeTeam / player-server

Media server for Odysee
28 stars 12 forks source link

performance degradation / add alerts to know when to restart in prometheus #6

Closed tzarebczan closed 4 years ago

tzarebczan commented 4 years ago

Debug, understand and fix the performance degradation of the player if left running for a certain amount of time

anbsky commented 4 years ago

I would actually suggest looking at replacing our LFU cache lib with a simpler mechanism or perhaps implementing #7 in addition to it to avoid this performance degradation completely.

anbsky commented 4 years ago

I believe this is no longer an issue.