当我使用 Apache IoTDB C++ 客户端 API 的 insertTablet() 时,它抛出异常 `apache iotdb

When I use the Apache IoTDB C++ Client API's insertTablet(), it throws the exception `apache iotdb

数据库:org.apache.thrift.transport.TTransportException:帧大小 (1212501072) 大于保护最大大小 (536870912)`。这么大的数据一定要发一次,怎么调整参数来控制Frame max size?

一次写入的数据过多,增加下面提到的参数或一次发送较少的数据

'thrift_MAX_frame_size =536870912'