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
The Protobuf C++ codegen/runtime doesn't allow message sizes greater than 2GB.
This can be worked around by streaming writes instead of assembling
a full index and writing that.