This message was deleted.
# rancher-desktop
a
This message was deleted.
c
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
Hi, I am using the latest version. Running Pytests inside
Copy code
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
👋 Just wondering: • How much CPU and memory did you provide for the Rancher VM? • Do your tests generate high disk load?
👍 1
c
@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
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