-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I've just noticed that gems with compiled extensions use a lot of disk space, most of it are object files that, as far as I understand, are not needed on runtime.
For example, on sassc-2.4.0 does use (on my linux computer) 114.3 MiB, where extension code is 110.9 MiB but the important files (as far as I understand) are just libsass, with 1,7 MB and libsass.so 3,2MB. That is about 108 MB of extra space that could also make slower deployments, when generating bundles and testing when caching gems on CI, or simply on developers machines that duplicate gems on different environments (per project GEM_HOME).
Here are my current environment details:
$ gem env version 3.0.3
What are your thoughts on this?
Liboul, holstvoogd, michaelfranzl and EML-github