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

Solved

11 Replies

a year ago

Don't cache into RAM!

How much data could you possibly be caching?


cicerorph
HOBBYOP

a year ago

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


cicerorph
HOBBYOP

a year ago

User data, and already generated images.


cicerorph
HOBBYOP

a year ago

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


a year ago

Have you considered Redis?


cicerorph
HOBBYOP

a year ago

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


a year ago

Yeah, but it should be more efficient


cicerorph
HOBBYOP

a year ago

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


a year ago

Don't cache your images into RAM tbh


cicerorph
HOBBYOP

a year ago

Okay then, thank you btw.


a year ago

!s


Status changed to Solved adam 12 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...