douglascamata / setup-docker-macos-action

A Github Action to setup Docker on macOS runners.
MIT License
29 stars 9 forks source link

How's performance inside Docker for you people? #30

Closed Luc45 closed 3 months ago

Luc45 commented 6 months ago

I couldn't extract a 25mb .tar.gz file inside Docker in 5 minutes. Is this normal? How's performance inside the container for you?

(PS: I thought about moving this to Discussions, but who read discussions anyway?)

douglascamata commented 6 months ago

Can you provide logs? While this action does the setup of the tools, I cannot support the tools themselves. But in general, if you aren't able to extract a 25mb file it's a sign that you have other issues.

Luc45 commented 3 months ago

@douglascamata Sorry about the delay in getting back to you, it's been a while since I tried this out and I don't remember the details.

I tried playing with the resources allocated to the VM a bit, instead of allocating all CPU cores I did like $all-1 to have some leeway for the OS, things like that.

I remember this improved things a bit, but the underlying reason for my performance issues was something else in my script that I don't remember right now.

I'll be closing this issue now, feel free to reopen if needed. Thanks!