Skip to content

Commit

Permalink
Increase open file limit for node (#95)
Browse files Browse the repository at this point in the history
* Increase open file limit

* Update ecs.tf
  • Loading branch information
roy-dydx authored Apr 2, 2024
1 parent da75ae2 commit 1ca2aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/validator/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ resource "aws_ecs_task_definition" "main" {
ulimits = [
{
name : "nofile",
softLimit : 8192,
hardLimit : 8192
softLimit : 60000,
hardLimit : 60000
}
]

Expand Down

0 comments on commit 1ca2aa2

Please sign in to comment.