You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Describe this problem
Now the compiled ceresdb-server's size has reached up to 1.3GB, which is unbelievable.
Steps to reproduce
Just compile the ceresdb-server and check its size.
Expected behavior
The binary size should not be so large.
Additional Information
The way to reduce the binary size that I can come up with now is to remove the unused dependencies, including:
protoscrate so to remove grpcio dependencies;