Skip to content Skip to sidebar Skip to footer

Memory Profiler For Google Cloud Function?

I'm running a Google cloud function and getting out-of-memory error: Error: memory limit exceeded. Function invocation was interrupted. However, when I profile it locally, it does

Solution 1:

This is precisely what Stackdriver Profiler is for, however Python support is currently "Planned".


Post a Comment for "Memory Profiler For Google Cloud Function?"