What's the use of 'maxMessageSize' config? Can I increase gRPC maximum size?

I send a request like this

zeebeClient.newCreateInstanceCommand().bpmnProcessId("ABC").variables(map).send().join();