From cd5c00a76b5c40fa0175b4c1a694782514f1f0aa Mon Sep 17 00:00:00 2001 From: HuanliMeng <48120384+Huanli-Meng@users.noreply.github.com> Date: Fri, 5 Jun 2020 08:20:16 +0800 Subject: [PATCH] [Doc]--set netty mex frame size --- site2/docs/reference-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/docs/reference-configuration.md b/site2/docs/reference-configuration.md index f5b40aa67ecb1..a1015a15e4c1f 100644 --- a/site2/docs/reference-configuration.md +++ b/site2/docs/reference-configuration.md @@ -96,7 +96,7 @@ BookKeeper is a replicated log storage system that Pulsar uses for durable stora |dbStorage_rocksDB_numLevels||-1| |dbStorage_rocksDB_numFilesInLevel0||4| |dbStorage_rocksDB_maxSizeInLevel1MB||256| - +| nettyMaxFrameSizeBytes | Set the maximum netty frame size in bytes. If the size of a received message is larger than the configured value, the message is rejected. | 1 GB | ## Broker