Skip to content
New issue

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

window11的docker环境下paddle编译错误 #51824

Closed
a-strong-python opened this issue Mar 19, 2023 · 2 comments
Closed

window11的docker环境下paddle编译错误 #51824

a-strong-python opened this issue Mar 19, 2023 · 2 comments
Labels
status/close 已关闭

Comments

@a-strong-python
Copy link

bug描述 Describe the Bug

电脑环境:windows11
docker环境:docker-desktop

这个bug是在我用docker编译paddle框架时出现的,运行的命令为 time make -j$(nproc) ,我是严格按照官方文档【Linux下从源码编译】文档的【使用Docker编译】进行编译的。

下面是报错信息截图
VUCRUWV~WI{I}V7{5@VU{S0

其他补充信息 Additional Supplementary Information

No response

@zkh2016
Copy link
Contributor

zkh2016 commented Mar 20, 2023

你好,从这个编译日志看"Killed signal terminated program cc1plus"像是内存不足导致编译被中断了,参考:https://blog.csdn.net/weixin_44796670/article/details/121234446

也可以调小make的线程数,不要make -j$(nproc), 比如可以指定make -j4

@zkh2016
Copy link
Contributor

zkh2016 commented Mar 30, 2023

@a-strong-python 看你在#45347 中也提到了这个是编译消耗太多内存导致的,这个不是paddle本身的问题,另外看你在ai-studio上已经编译通过,所以关闭这个issue

@zkh2016 zkh2016 closed this as completed Mar 30, 2023
@paddle-bot paddle-bot bot added status/close 已关闭 and removed status/following-up 跟进中 status/need-more-info 信息不全 labels Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/close 已关闭
Projects
None yet
Development

No branches or pull requests

2 participants