illinois-cs241 / chainlink

Python module for running Docker containers in sequence
Other
4 stars 2 forks source link

Dynamically Set CPU Limit + Quota #6

Open bhuvy2 opened 5 years ago

bhuvy2 commented 5 years ago

It may be nice to dynamically set the options either per stage, or after creating a chainlink object setting the params for the entire run. I don't know what would make more sense design-wise.

nmagerko commented 5 years ago

Can you give an example? The options are already dynamically specified because the stage specifies the options.

bhuvy2 commented 5 years ago

I guess I was really just thinking of https://github.com/illinois-cs241/chainlink/blob/master/chainlink/__init__.py#L65 cpu limit and quota.