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

Big size of repo after build. #8468

Closed
pawelszewc opened this issue Feb 20, 2018 · 3 comments
Closed

Big size of repo after build. #8468

pawelszewc opened this issue Feb 20, 2018 · 3 comments
Labels

Comments

@pawelszewc
Copy link

pawelszewc commented Feb 20, 2018

Building Paddle from source generates large amount of data.
With setting flag WITH_TESTING to OFF repo size is 12GB.
With setting flag WITH_TESTING to ON repo size is 25GB.
Is that correct behavior?
For example Tensorflow repo size after build is around 400 MB

@luotao1 luotao1 added the Intel label Feb 21, 2018
@luotao1
Copy link
Contributor

luotao1 commented Feb 21, 2018

Yes, our building repo size is large now. If you use Linux + Docker, you can set DCMAKE_BUILD_TYPE=Release to further decrease the repo size. (related #7969 (comment))

And since our repo contains old PaddlePaddle + fluid, after we complete with_fluid compile option (#6346) , the building repo size will further decrease.

@pawelszewc
Copy link
Author

Thanks for explanation @luotao1

@luotao1
Copy link
Contributor

luotao1 commented Mar 15, 2018

@pawelszewc with_fluid compile option is finished by #9067. Feel free to contact us if any questions when using this option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants