High memory usage on Railway deployment? #48
-
Hi there! I have a fairly simple API service deployed on Railway that uses Scrapling and I've noticed that my memory usage on Railways is consistently growing for every request. I've seen memory usage up to 2GB with no sign of it going down. I just wanted to see if there was anything I may be missing in Scrapling for cleanup? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 19 replies
-
Hi, Can you share the Scrapling code you are using so I can check with you is something from Scrapling or the code can be enhanced? |
Beta Was this translation helpful? Give feedback.
Another version was released to optimize the memory usage: https://github.com/D4Vinci/Scrapling/releases/tag/v0.2.98
Please update and tell me how it goes for your case