-
Notifications
You must be signed in to change notification settings - Fork 11
set_mempolicy: Operation not permitted in container building phase #11
Comments
Is there a reason you are building these images rather than using the ones we publish on docker hub? This is now relatively out of date. |
This message also shows up when using our images, but I'v enot looked into what's causing it or what the effects are. |
I added config options to stop the warning. Disabling the perf event system stops the warnings. |
@mofarrell Would you mind sharing the config options that one can set to stop this from happening? I am still seeing this on:
|
Our current dockerfile templates look like this:
hhvm proxygen template:
server.ini for the hhvm proxygen image:
Using settings that change users will violate docker's default security policy. Either start as the desired user, or use the |
Is there a way to get that error to go away without running docker in |
@ephraimrothschild Are you running with our docker images? They should not have this error. The error is due to HHVM asking the system information about its numa configuration (which docker prohibits). This can't be configured using our runtime options since they are initialized after the numa configuration is setup. We created an environment variable that disables numa use entirely |
@mofarrell we've regressed in 3.18.2+ - 3.21 and 3.22 seem fine:
|
As the title , does it will cause the performance issue ?
I found my case will slower than php56...
The text was updated successfully, but these errors were encountered: