Skip to content

Conversation

@minzhang28
Copy link

  • fixed the test data file path issue
  • added Docker Compose to ECS ulimit support

docker-compose input

    ulimits:
      nproc: 65535
      nofile:
        soft: 20000
        hard: 40000

ECS task definition output

            "ulimits": [
                {
                  "hardLimit": 65535,
                  "name": "nproc",
                  "softLimit": 65535

                },
                {
                  "hardLimit": 40000,
                  "name": "nofile",
                  "softLimit": 20000

                }
            ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant