Replies: 1 comment 2 replies
-
Can you explain a bit more what you're trying to do? Like, are you using Fil in production, or are you trying to do something like https://pythonspeed.com/articles/estimating-memory-usage/ where you're building a model of memory usage, and then will just hardcode the formula in production code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is indeed a wonderful tool. I am using it to profile memory usage in serverless computing to improve resource elasticity. While the prof file contains much useful information, where can I derive this peak memory usage which can be essential for me to allocate just-as-needed memory for each container.
Beta Was this translation helpful? Give feedback.
All reactions