Email or username:

Password:

Forgot your password?
Top-level
Nolan Lawson

@ricard If you haven't hit your memory ceiling, then I'd say don't bother. You'd know: e.g. my server would consistently crash like ~1 time per week, because Sidekiq's memory would slowly creep up until it hit the limit.

1 comment
Ricard Torres

@nolan The worst part so far is disk space for cache on remote media, avatars and headers.

Avatars and headers seem to never get purged, it just keeps on filling up 🙄

I ended up doing a bash script to replace all header files with a 1x1 pixel to save space. As I don't really care for user headers.

Go Up