MJay
[Costless] - 12~16 page 대본 본문
12 Page
Second factor that affects the price is -> running edge or cloud.
Running on edge device costs around $0.18.
----
13 page
Next, we want to run a function on the cloud and It needs intermediate data from edge device, we use storage service S3. We use API to retrieve data from S3 to run the lambda function on the cloud. This process incurs some transmission time. So we have to consider this price when communicating with the cloud by saving the intermediate data.
----
14 page
The last factor is to consider is memory allocation. If we double the memory size the CPU capacity doubles, but this doesn’t mean the function’s latency will reduce by half. Because we don’t if the application utilized CPU fully. Memory allocation is complicated problem, so for the rest of the paper, we focus on only one edge and cloud configuration. There is some information about exploring function fusion and placement with different memory configurations in the last part of the evaluation. We can take a look at it and discuss about this.
----
15 page
Now that we know the factors that affect the price we can formulate the problem.
Simply, it’s about minimizing the price model when the Execution time model is less than the threshold we set.
----
16 page
Price model’s equation is as follows:
'Research' 카테고리의 다른 글
새로운 논문 발표 준비 - Narrowing the Gap Between Serverless and its State with Storage Functions (0) | 2019.10.20 |
---|---|
[Costless] 17 ~ 25 page 대본 (0) | 2019.10.16 |
[Costless] - 6~11 page 대본 (0) | 2019.10.16 |
[Costless] - PPT 25 page 완성 & 대본 (1~5 page) (0) | 2019.10.16 |
[Costless] - PPT 30 장으로 줄이기 - 13 pages (0) | 2019.10.15 |