Showing
1 changed file
with
5 additions
and
5 deletions
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | "containerPort": 6001 | 16 | "containerPort": 6001 |
17 | } | 17 | } |
18 | ], | 18 | ], |
19 | - "cpu": 650, | 19 | + "cpu": 100, |
20 | "environment": [ | 20 | "environment": [ |
21 | { | 21 | { |
22 | "name": "NODE_ENV", | 22 | "name": "NODE_ENV", |
@@ -24,19 +24,19 @@ | @@ -24,19 +24,19 @@ | ||
24 | } | 24 | } |
25 | ], | 25 | ], |
26 | "mountPoints": [], | 26 | "mountPoints": [], |
27 | - "memory": 650, | ||
28 | - "memoryReservation": 400, | 27 | + "memory": 200, |
28 | + "memoryReservation": 100, | ||
29 | "volumesFrom": [], | 29 | "volumesFrom": [], |
30 | "image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%", | 30 | "image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%", |
31 | "essential": true, | 31 | "essential": true, |
32 | "name": "ufo-app-web" | 32 | "name": "ufo-app-web" |
33 | } | 33 | } |
34 | ], | 34 | ], |
35 | - "memory": "700", | 35 | + "memory": "300", |
36 | "taskRoleArn": "", | 36 | "taskRoleArn": "", |
37 | "family": "ufo-app-web", | 37 | "family": "ufo-app-web", |
38 | "networkMode": "awsvpc", | 38 | "networkMode": "awsvpc", |
39 | - "cpu": "700", | 39 | + "cpu": "200", |
40 | "volumes": [], | 40 | "volumes": [], |
41 | "placementConstraints": [] | 41 | "placementConstraints": [] |
42 | } | 42 | } |
-
Please register or login to post a comment