docs icon indicating copy to clipboard operation
docs copied to clipboard

Update arangodb docs

Open nerpaula opened this issue 2 years ago • 4 comments

Added note about macOS/ARM and how to override the default chosen processor architecture.

nerpaula avatar Aug 10 '23 10:08 nerpaula

Yeah, that sounds to me like a solid bug elsewhere :thinking:

@nerpaula can you give more details about what your environment looked like when you ran into this?

tianon avatar Dec 14 '23 00:12 tianon

@tianon this issue was reported here: https://github.com/arangodb/arangodb-docker/issues/114

nerpaula avatar Dec 14 '23 01:12 nerpaula

Considering that the problem is caused by configuration on the host (DOCKER_DEFAULT_PLATFORM=linux/amd64), I don't think this should be called out on a specific image's docs. The users' config/environment is overriding the best choice. It is unfortunate that docker doesn't warn the user when DOCKER_DEFAULT_PLATFORM is used.

yosifkit avatar Dec 19 '23 23:12 yosifkit

shouldn't it do that? Since I think we saw more than one mac user run into this trap. While most other users in this situation will probably only experience performance degradation of the emulation, only containers that use non supported processor optimizations will unveil this. Since docker is now our recommended way to run ArangoDB on mac, I'd like to have a good solution for this. Is there a way to say you need AVX2 for docker containers etc?

dothebart avatar Dec 20 '23 10:12 dothebart