We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
电脑环境:windows11 docker环境:docker-desktop
这个bug是在我用docker编译paddle框架时出现的,运行的命令为 time make -j$(nproc) ,我是严格按照官方文档【Linux下从源码编译】文档的【使用Docker编译】进行编译的。
time make -j$(nproc)
下面是报错信息截图
No response
The text was updated successfully, but these errors were encountered:
你好,从这个编译日志看"Killed signal terminated program cc1plus"像是内存不足导致编译被中断了,参考:https://blog.csdn.net/weixin_44796670/article/details/121234446
也可以调小make的线程数,不要make -j$(nproc), 比如可以指定make -j4
Sorry, something went wrong.
@a-strong-python 看你在#45347 中也提到了这个是编译消耗太多内存导致的,这个不是paddle本身的问题,另外看你在ai-studio上已经编译通过,所以关闭这个issue
No branches or pull requests
bug描述 Describe the Bug
电脑环境:windows11
docker环境:docker-desktop
这个bug是在我用docker编译paddle框架时出现的,运行的命令为
time make -j$(nproc)
,我是严格按照官方文档【Linux下从源码编译】文档的【使用Docker编译】进行编译的。下面是报错信息截图
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: