未验证 提交 84652fd2 编写于 作者: Z zhongpu 提交者: GitHub

fix Too many open files error in compile (#1723)

* fix Too many open files error in compile, test=develop

* fix Too many open files error in compile, test=develop
上级 1cbda104
......@@ -267,6 +267,10 @@
`make -j$(nproc)`
> 使用多核编译
> 如果编译过程中显示“Too many open files”错误时,请使用指令 ulimit -n 8192 来增大当前进程允许打开的文件数,一般来说8192可以保证编译完成。
12. 编译成功后进入`/paddle/build/python/dist`目录下找到生成的`.whl`包: `cd /paddle/build/python/dist`
13. 在当前机器或目标机器安装编译好的`.whl`包:
......
......@@ -246,6 +246,10 @@
`make -j$(nproc)`
> 使用多核编译
> 如果编译过程中显示“Too many open files”错误时,请使用指令 ulimit -n 8192 来增大当前进程允许打开的文件数,一般来说8192可以保证编译完成。
10. 编译成功后进入`/paddle/build/python/dist`目录下找到生成的`.whl`包: `cd /paddle/build/python/dist`
11. 在当前机器或目标机器安装编译好的`.whl`包:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册