Help with RAM management
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?

Solved

11 Replies

9 months ago

Don't cache into RAM!

How much data could you possibly be caching?


cicerorph
HOBBYOP

9 months ago

6d6ce155-f2d5-44d5-97fd-1fb27ad54557


cicerorph
HOBBYOP

9 months ago

User data, and already generated images.


cicerorph
HOBBYOP

9 months ago

It's a service to generate images for our Discord Bot.


9 months ago

Have you considered Redis?


cicerorph
HOBBYOP

9 months ago

I mean, I did, but I thought it used RAM too, does it?


9 months ago

Yeah, but it should be more efficient


cicerorph
HOBBYOP

9 months ago

Okay then, but is there any other alternative that can be used?


9 months ago

Don't cache your images into RAM tbh


cicerorph
HOBBYOP

9 months ago

Okay then, thank you btw.


9 months ago

!s


Status changed to Solved adam 9 months ago


Loading...