- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在设置一个 Azure Function 应用,该应用具有多个同时或大约同时触发的计时器触发器。我对这里的措辞感到困惑:https://learn.microsoft.com/fi-fi/azure/azure-functions/functions-scale
Each instance of the Functions host in the Consumption plan is limited to 1.5 GB of memory and one CPU. An instance of the host is the entire function app, meaning all functions within a function app share resource within an instance and scale at the same time.
这是否意味着使用计时器触发器执行的每个脚本都会分配 1.5 GB 内存,或者是否意味着所有同时运行的脚本共享 1.5 GB 内存?
最佳答案
消费计划的记录方式有点令人困惑。我运行了一个小测试,每分钟填充内存 10MB,直到 1GB。
这是3个实例同时运行的结果: https://www.screencast.com/t/F3rTyZWk
因此,当 Azure 文档中提到每个实例 1.5GB 时,实际上是每个实例,而不是 Function App 的所有实例。
关于azure - Azure Functions 中的 1.5 GB 内存限制是否仅限于整个 Function App 或每个函数调用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62187442/
我是一名优秀的程序员,十分优秀!