For coablt 10.56829, the built out cobalt binary(QA) has about 21 MB flash size, and the content resource has about 53M flash size, totally about 74 MB, it means it needs about 74M flash size at run time, so is there a chance to reduce the flash size of cobalt? And whether it would keep a limit to avoid the flash size of cobalt which may be keeping increasing in future?
we're actively monitoring Cobalt's package size and trying to keep it as low as possible. That said, as development occurs, it may of course fluctuate.
If you're interested in reducing your package's total size, one option to explore is to adjust the font package used with your build. You can set this by adjusting the value of 'cobalt_font_package' in your gyp_configuration.gypi file. See https://cobalt.googlesource.com/cobalt/+/master/src/cobalt/build/config/base.gypi#97 for more information.