cicerorph
HOBBYOP
9 months ago
I currently have a project that caches data into RAM, but I'm having a problem because RAM is kinda pricey in here, I'm not really good with RAM management, what should I do to improve my RAM usage on this specific situation?
11 Replies
9 months ago
Don't cache into RAM!
How much data could you possibly be caching?
9 months ago
Have you considered Redis?
9 months ago
Yeah, but it should be more efficient
9 months ago
Don't cache your images into RAM tbh
9 months ago
!s
Status changed to Solved adam • 9 months ago