Watchman: Ridiculously large Linux binary

Created on 22 Apr 2020  路  2Comments  路  Source: facebook/watchman

Really, 182MB to watch for file changes?! What goes in there, a whole distro, including a filesystem?

image

This is from the latest artifact. Please tell me something has gone wrong and that's an outlier version or something.

Most helpful comment

All 2 comments

It's debug information produced by the RelWithDebInfo cmake build mode that we're using. You can strip the binary to bring it down to a more reasonable size. We'll get the CI to do that automatically.

Was this page helpful?
0 / 5 - 0 ratings