cicerorph
HOBBYOP
a year 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
a year ago
Don't cache into RAM!
How much data could you possibly be caching?
a year ago
Have you considered Redis?
a year ago
Yeah, but it should be more efficient
a year ago
Don't cache your images into RAM tbh
a year ago
!s
Status changed to Solved adam • 12 months ago