From 815402e1b94d53f6869c10d2e7bd885dd01bfc2a Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Fri, 19 Apr 2024 14:55:11 +0100 Subject: [PATCH] DOCS-874: add TPC system properties --- .../modules/ROOT/pages/system-properties.adoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/modules/ROOT/pages/system-properties.adoc b/docs/modules/ROOT/pages/system-properties.adoc index 967a4d91b..250c62ab1 100644 --- a/docs/modules/ROOT/pages/system-properties.adoc +++ b/docs/modules/ROOT/pages/system-properties.adoc @@ -77,6 +77,16 @@ it cleans up the local resources that are owned by that client. |int |Time after which the member assumes the client is dead and closes its connections to the client. +|[[client-tpc-enabled]] `hazelcast.client.tpc.enabled` +|false +|bool +|Enables TPC (Thread-Per-Core) on client. + +|[[client-tpc-eventloop]] `hazelcast.client.tpc.eventloop` +|12 +|int +|Specifies maximum number of eventloops. + |`hazelcast.client.protocol.max.message.bytes` | 1024 |int @@ -432,6 +442,16 @@ dynamically calculated against the partition count or partition thread count. It puts an upper limit for execution of a background expiry operations to prevent the high CPU usages when a partition's size grows. +|[[internal-tpc-enabled]] `hazelcast.internal.tpc.enabled` +|false +|bool +|Enables TPC (Thread-Per-Core) on member. + +|[[internal-tpc-eventloop]] `hazelcast.internal.tpc.eventloop` +|12 +|int +|Specifies maximum number of eventloops. + |`hazelcast.invalidation.max.tolerated.miss.count` |10 |int