AWS ECS 任务内存到底是什么?
What exactly is AWS ECS task memory?
the documentation表示ECS任务的memory
参数为
The hard limit of memory (in MiB) to present to the task.
我在任何地方都找不到更好的定义,所以这是我的问题:我们是在谈论 RAM 内存吗?存储内存?两者的组合 ?
谢谢!
ECS任务内存为RAM。存储永远不会被称为“内存”。
the documentation表示ECS任务的memory
参数为
The hard limit of memory (in MiB) to present to the task.
我在任何地方都找不到更好的定义,所以这是我的问题:我们是在谈论 RAM 内存吗?存储内存?两者的组合 ?
谢谢!
ECS任务内存为RAM。存储永远不会被称为“内存”。