Closed CCYYGO closed 1 month ago
尝试一下 调整 CPU、内存 资源,调整 nthread 参数,设置为适合的线程数(比如与 CPU 核心数相匹配)
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Try adjusting CPU and memory resources, adjusting nthread parameters, and setting it to a suitable number of threads (for example, matching the number of CPU cores)
谢谢,我的问题被解决了。 我还有一写额外的疑问:
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Thanks, my problem is solved. I have one additional question:
第一个问题,小于等于都可以,等于的话是最佳配置。 第二个问题,还不能确定,你这个项目有自己的 dockerfile 吗,尝试用自己的 dockerfile 构建看看是否会出现这个问题。
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
The first question is, it can be less than or equal to. If it is equal to, it is the best configuration. The second question is not sure yet. Does your project have its own dockerfile? Try building it with your own dockerfile to see if this problem occurs.
还有问题吗,没问题我将关闭这个issue了
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Do you still have any questions? No problem. I will close this issue.
好的,暂时没什么问题,谢谢
---- Replied Message ---- | From | @.> | | Date | 10/18/2024 14:20 | | To | goodrain/rainbond @.> | | Cc | CCYYGO @.>, Author @.> | | Subject | Re: [goodrain/rainbond] run LightGBM with multithreading on rainbond will cause LightGBM to hang (Issue #1976) |
Closed #1976 as completed.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Describe the bug I finished the ci/cd pipeline and run the programs on Rainbond, I find the program be stucked.I try to solve this problem and find the #issue on LightGBM FAQ. I try to set nthread=1, it solve the problem that program not be stucked, but it run slowly. So, i want to know that how i can using multithreading LightGBM on Rainbond