On Tuesday, October 2, 2018 at 12:03:06 PM UTC-7, [email protected] wrote: > libgrpc_csharp_ext.x64.so, the native Grpc library for Linux, is 15.2 Mb. > For my application the size of the package is key (it runs in a > containerized environment). I'm using an ultra-small Linux image, Alpine, > which is only a couple of megabytes, and I need to get the app size way > down.
*Possible mitigation* if you are using a layer-based image format (e.g., Docker images): can you construct you image with an Alpine layer, then a gRPC dependencies layer, then your application? This will allow the 15 MiB to be shared across different images and only pulled to the hosting machine once. -- Christopher Warrington Microsoft Corp. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/eeb84270-280a-4d72-ae52-7085363be53c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
