https://rancher.com/ logo
Title
g

gentle-laptop-43224

12/07/2022, 1:24 PM
Hi everyone. I am using rancher on mac m1 and I am getting a terrible performance taking like 10x more time to run something comparing to other Macs. Are you aware of it? Is there anything I can do to improve this? Anything in your plans?
c

calm-sugar-3169

12/08/2022, 12:00 AM
Hi @gentle-laptop-43224 which version of Rancher Desktop are you running? Also, are you able to give me some steps to reproduce this?
g

gentle-laptop-43224

12/09/2022, 11:44 AM
Hi, I am using the latest version. Running Pytests inside
docker run \
   --rm \
   -w /app \
       -v "$$PWD":/app \
   $(image_name):$(version) \
   /bin/bash -c "pytest \
           --junitxml=artefacts/tests.xml \
           --cov-report xml --cov-report xml:artefacts/coverage.xml \
           --cov-report term-missing --cov=lakehouse_engine \
           --log-cli-level=INFO --color=yes -x -v \
           $(test_only)
i

incalculable-ghost-55080

12/09/2022, 2:28 PM
👋 Just wondering: • How much CPU and memory did you provide for the Rancher VM? • Do your tests generate high disk load?
👍 1
c

calm-sugar-3169

12/09/2022, 10:06 PM
@gentle-laptop-43224 are you able to create an issue for this? I don’t have a M1 machine to repro this, however, I can get someone in the team with a M1 machine to test it out.
g

gentle-laptop-43224

12/13/2022, 9:03 AM
I have replace the based python image by an arm64 one and it seems the performance got way better
👍 1
let me keep testing, will keep you in the loop and create an issue if this does not solve it. Thanks
just to let you know that it solved the problem