-
Notifications
You must be signed in to change notification settings - Fork 93
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
135M mini_racer-0.6.2 #235
Comments
libv8.a is quite bit ~30 megs I think and it is included twice due to Ruby gems shenanigans we can probably remove one copy ... but get this much smaller than that... no ... it is basically the size of google chrome. will investigate ... |
If we can remove it once, that would be awesome, so there is only one copy of it 👍 |
note libv8_monolith.a is 117. MiB so there is that as well. Long term plan is for everything to be self contained. |
Right now I am using this to purge what I can from the advice of the team at DataDog, and a lot of reading online...
|
Wouldn't this just delete V8 entirely, making MiniRacer completely inoperable? Why not just remove the gem in that case? |
@nightpool according to the DataDog team, those are not required, also our tests showed that was the case. |
I may be wrong, but I think upgrades to mini racer will stop working if you
remove the file and the upgrade does not change the version of libv8
…On Sat, 5 Feb 2022 at 7:11 am, Chris Hough ***@***.***> wrote:
@nightpool <https://github.com/nightpool> according to the DataDog team,
those are not required, also our tests showed that was the case.
—
Reply to this email directly, view it on GitHub
<#235 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABIXN2RQ2M3J7BCB6GECTUZQXFXANCNFSM5NNT4V4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Not sure if it helps, but in our production install of 0.6.2, seeing 2 copies of mini_racer_extension.so as reported by remote: MINIRACER: dunno if that's a symlink or something? |
@bisrael: I cannot reproduce this (neither with 0.6.2 nor with 0.6.4):
|
Removing the I'm a little hesitant adding a hint to the README, because there are already quite a few issues from users with installation problems and I don't like to add potential for more cases… |
Why is this gem so large? It has started to cause my heroku slug deploys to break because it is pushing me over the limit. Is there. away to reduce this?
The text was updated successfully, but these errors were encountered: