Skip to content

Added support of cpuset and memswap_limit options in fig.yml. - #685

Closed
arieb wants to merge 1 commit into
docker:masterfrom
arieb:master
Closed

Added support of cpuset and memswap_limit options in fig.yml.#685
arieb wants to merge 1 commit into
docker:masterfrom
arieb:master

Conversation

@arieb

Copy link
Copy Markdown

I added support for cpuset and memswap_limit options. unfortunately cpuset support was only added on docker-py 0.6, so i updated the setup.py and requirements.txt to use 0.6 (i saw there is already an open PR on this #659 ).

Signed-off-by: Arie Bro <ariebro@gmail.com>
@arieb

Copy link
Copy Markdown
Author

The tests that fail are the same from #659. I would wait until tests pass there (and later here) before merging this PR.

@ariebarieb changed the title Added support of cpuset and memswap_limit options in the fig.yml.Added support of cpuset and memswap_limit options in fig.yml.Dec 1, 2014
@dnephin

Copy link
Copy Markdown

Yup, I added a suggestion in #659 about how I think we can get the tests working again.

@aanand

Copy link
Copy Markdown

These are both supported now.

@aanandaanand closed this Jan 14, 2015
@bfirsh

Copy link
Copy Markdown

@aanand I don't think they are. We can track in #754

infraAnchor pushed a commit to infraAnchor/compose that referenced this pull request Mar 6, 2026
A recent change modified the way an IPv4 raw socket is created and BBE
is panicing when ICMPv4 is used with DontFragment set.
golang.org/x/net doesn't seem to have a way to create the necessary
socket, so fall back to the previous method for that case in particular
(ICMP, IPv4, DontFragment=true).
Fixesdocker#685
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
Sign up for freeto 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.

4 participants

@arieb@dnephin@aanand@bfirsh