I’m having constant issues with Anthias running out of memory and resulting in white screen.
I can see memory usage slowly ticking up, next day its dead.
I’ve only got one asset, a webpage that I’ve developed myself. It’s using javascript to load same content every 1 minute to keep it in realtime. Never had this issue before just using pi and midori.
Tested with other static pages without much javascript - same result.
@Bicobajas, let me check the issue for the time being, Does the same thing happen for static sites with JavaScript that doesn’t do something on a per-interval basis (e.g., every minute)?
Could you also provide the link to the site that you’re using as a web asset?
I also added reboot every day outside of operating hours to remedy the problem, it slightly works. But today I was greeted by a completely black screen.
I totally understand how frustrating this must be. It sounds like the issue persists even after a reboot, which isn’t ideal. Have you tried checking the system logs or updating the firmware? It might also help to run a diagnostic to rule out any hardware issues.
Good news, this is much better now. The screen going white and staying that way was usually the player’s browser dying (or a page stalling) without recovering. The player now restarts the display on its own: a stalled page can no longer freeze the screen (#3003) and the browser is automatically respawned if it crashes (#3012), both in recent releases. So the screen recovers by itself instead of needing a reboot. Marking this as solved. If your own page genuinely grows its memory use over time it may still be worth optimising, but the screen will no longer get stuck. If you still see it on the latest release, let us know.