This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Disable Transparent Huge Pages #119
Comments
Since dinghy runs on top of docker-machine it uses boot2docker on OS X. I've run into this issue before, but resolved it using the fix suggested in the ticket you linked to, by running |
Alright, thanks for the tip :) |
Agreed, this should be tracked in docker-machine. |
Unfortunately I am not able to run the fix suggested:
|
Your |
Thanks man :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Run
docker run -it redis
and you'll get the following warning message:I think it should be disabled in boot2docker but since you use a custom image if I understood correctly. Here is the boot2docker issue link: boot2docker/boot2docker#1083
The text was updated successfully, but these errors were encountered: