mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 02:10:46 +00:00
Make the ECS on devnet only use 0.25 units of CPU (#215)
This commit is contained in:
parent
d4fc180f20
commit
96339ec3ba
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ resource "aws_ecs_task_definition" "devnet_task_definition_group" {
|
||||||
# Please set it back to cpu 256 and memory of 2048 after sync is done to save the cost
|
# Please set it back to cpu 256 and memory of 2048 after sync is done to save the cost
|
||||||
# cpu = 256
|
# cpu = 256
|
||||||
# memory = 2048
|
# memory = 2048
|
||||||
cpu = 512
|
cpu = 256
|
||||||
memory = 4096
|
memory = 2048
|
||||||
volume {
|
volume {
|
||||||
name = "efs"
|
name = "efs"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue