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! |
Answered by
D4Vinci
Mar 17, 2025
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? |
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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