go-kratos / kratos-layout

Kratos Project Template
http://go-kratos.dev
MIT License
402 stars 205 forks source link

maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined #120

Closed wjhtime closed 10 months ago

wjhtime commented 1 year ago

mac os环境,make build之后,启动程序,报这个错

$ bin/server 2022/10/30 22:06:08 maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined panic: stat ../../configs: no such file or directory

goroutine 1 [running]: main.main() /Users/xx/go/kratos-layout/cmd/server/main.go:69 +0x677

dosubot[bot] commented 10 months ago

Hi, @wjhtime! I'm Dosu, and I'm helping the kratos-layout team manage their backlog. I wanted to let you know that we are marking this issue as stale.

From what I understand, you reported an issue regarding a program running on macOS that encounters a CPU quota error message and panics due to a missing file or directory. However, there hasn't been any activity or comments on this issue since you reported it.

Could you please let us know if this issue is still relevant to the latest version of the kratos-layout repository? If it is, please comment on the issue to let us know. Otherwise, feel free to close the issue yourself, or the issue will be automatically closed in 7 days.

Thank you for your understanding and contribution to the kratos-layout project!

1jmz commented 2 months ago

mac os环境,make build之后,启动程序,报这个错

$ bin/server 2022/10/30 22:06:08 maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined panic: stat ../../configs: no such file or directory

goroutine 1 [running]: main.main() /Users/xx/go/kratos-layout/cmd/server/main.go:69 +0x677

@wjhtime 请问解决了吗,我也遇到了这个问题