OpenRV file size #62
-
After building OpenRV and creating an install the size of that folder is 5.8GB. Autodesk RV is a bit over 2GB. Does the size of my OpenRV install sound about right to you guys or did I do something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
geffrak
Feb 16, 2023
Replies: 1 comment 2 replies
-
On OSX, OpenRV (1.29GB) is smaller than RV(1.7GB). What OS are you using? Are you building Debug or Release? In debug, we are "installing" the pdb/.dsym files, some of which are really big. One thing that de don't do in OpenRV that we are used to do in RV is stripping the Linux binaries. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rubikstriangle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On OSX, OpenRV (1.29GB) is smaller than RV(1.7GB). What OS are you using? Are you building Debug or Release? In debug, we are "installing" the pdb/.dsym files, some of which are really big. One thing that de don't do in OpenRV that we are used to do in RV is stripping the Linux binaries.