Hi, I’m using golang driver and getting error when load bulk data.
2020/03/04 20:17:17 rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4729171 vs. 4194304)
4194304 = 1024 * 1024 * 4 = 4MB
but, I pushed more than that.
How can I change default max size? There is nothing documentation that mentions about it.