简体   繁体   English

AWS Lambda - AWS Lambda 为我的函数预配的 memory 分配了多少 CPU?

[英]AWS Lambda - How much CPU does AWS Lambda allocates to my function's provisioned memory?

In AWS Lambda documentation, there is no mention on the amount of CPU (GHz) that Amazon allocates to a function, proportionally to its allocated memory.在 AWS Lambda 文档中,没有提及亚马逊分配给 function 的 CPU 数量(GHz),与其分配的 memory 成比例。

For example, if I allocate my function 128 MB, 256 MB, 512 MB or 1024 MB, what is the corresponding CPU provisioned in each case?例如,如果我为 function 分配 128 MB、256 MB、512 MB 或 1024 MB,那么每种情况下对应的 CPU 是多少?

Many thanks in advance.提前谢谢了。

This study shows how the CPU cores scale with the memory config. 本研究展示了 CPU 内核如何根据 memory 配置进行扩展。 Unfortunately there are no official numbers being released from AWS.不幸的是,AWS 没有发布官方数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM