Open
Description
For example, when we run 100 samples and use scatter, we add --parallel at runtime. In reality, 100 samples will be submitted simultaneously at runtime, resulting in insufficient system memory. Is there a parameter that can set the number of allowed parallels? For example, if set to 20, only 20 samples will be run at a time. When a sample is completed, other samples will be run, and overall, the running samples will be kept to be less than or equal to 20
If this configuration is not currently available, where would you suggest adding it and how to write it appropriately
thanks