dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.28k stars 520 forks source link

Microservices project does not build using Tye on Macbook 2021 M1 #1423

Open safiullah7 opened 2 years ago

safiullah7 commented 2 years ago

Describe the bug

I have a Microservices solution using ABP (https://www.abp.io/). The project builds using Tye. It builds fine on my Windows machine but I tried to set up the environment on my Macbook Pro 2021 M1 (32GB RAM) and when it starts building projects the CPU consumption gets very high and all the projects get built and work fine except 1. Sometimes its the Blazor project and sometimes its the gateway project

To Reproduce

Further technical details

Phiph commented 1 year ago

Hey I use a M2 MacBook Pro, and ABP for a project of mine and haven't come across this. Is this still an issue for you/