doc-exports/docs/fg/umn/functiongraph_03_0868.html
Chen, Junjie dac566cf2f FG UMN 20230725 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-04-03 10:30:56 +00:00

832 B

Why Does a Function Use More Memory Than Estimated and Even Trigger the Out of Memory Alarm?

  1. Event parsing and cache consume extra memory during function invocation.
  2. After the invocation is complete, reclaimed memory is often put in the internal pool instead of back to the OS, resulting in high memory usage. This is more obvious in the case of high concurrency.