VM调整每次能够处理的数据量
-maxInsertRequestSize int 调整每个请求包最大能够处理的总数据大小
The maximum size of a single insert request in bytes (default 33554432)
vminsert-prod 命令行配置参数调整后大小512M :-maxInsertRequestSize=536870912
启动命令:
vminsert-prod -maxInsertRequestSize=536870912 xxxx(存储节点storage)