-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High memory usage #83
Comments
I have the same issue as described here. Would be great with some kind of resolution as it both takes a long time to load on cold start and it just eats a whole bunch of memory. |
@felixmosh @kri5t I recommend not using this library and using your own subset with another gRPC library (we used |
I've separated the lib to work inside a worker thread, which reduces the memory footprint of my entire Node app |
Hi, first of all thank you for this package 🙏🏼
I've noticed that my service at production env get's restarted due to high memory usage.
I've debugged it, and looks like
proto.js
is 17% of my entire app memory usage!There is anything we can do in order to improve it?
Maybe it is better to split this file into separate "domain" based files?
The text was updated successfully, but these errors were encountered: