From 57c9b2667b2f82010551685f628fdd75033bec79 Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Tue, 7 May 2024 17:17:35 +0100 Subject: [PATCH] DOCS-874: add TPC system properties (#1090) --- .../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 b05de62dc..66a002850 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