What is the minimum docker configuration required for running TAS?

What is the minimum docker configuration required for running TAS?

Hi Alex,

In order to run test-at-scale synapse, you require a minimum configuration of 2 CPU cores and 4 GBs of RAM. Execute the following command to ensure that resources usable by Docker are at least CPU: 2, RAM: 4294967296.

docker info --format "CPU: {{.NCPU}}, RAM: {{.MemTotal}}"