Simon-Harris-IBM / ChallengeWorkflowTemplatesSimon

0 stars 1 forks source link

Allocate more memory to run docker container #20

Open Simon-Harris-IBM opened 4 years ago

Simon-Harris-IBM commented 4 years ago

Currently only 10G is allocated to run the docker container submitted by the participants. We allocate 64GB of shared memory for running the model, so this value should probably be higher.

thomasyu888 commented 4 years ago

update the mem_limit value here: https://github.com/Simon-Harris-IBM/ChallengeWorkflowTemplatesSimon/blob/master/run_docker.py#L153