Closed TariqAHassan closed 5 years ago
Recently I encountered the message:
cannot start with NUMA numactl --interleave=all: please ensure that docker is running with --privileged
As discussed here, it is possible to automatically prepend this to the docker command (code here).
Is this something that could, or should, be added to the dockerization of ArangoDB?
Edit: It appears that I missed this line in the entry file. It was there all along!
Recently I encountered the message:
As discussed here, it is possible to automatically prepend this to the docker command (code here).
Is this something that could, or should, be added to the dockerization of ArangoDB?
Edit: It appears that I missed this line in the entry file. It was there all along!