why my postgres db use too much ram
my project id - c011e8f0-a48e-4939-8a52-9f28b9e2721c
my script updates the database every hour and over time it started using a lot of RAM
I enabled sleep mode for the database but it still didn't start using less RAM
3 Replies
Project ID:
c011e8f0-a48e-4939-8a52-9f28b9e2721c
Enableing app sleeping isnt going to cause it to use less memory when its not going to sleep.
why my postgres db use too much ramsimple answer, thats just what it wants to use, neither me nor railway would have any insight into why. if thats becoming too costly, look into alternative databases, like libsql maybe
thanks, I'll try