Skip to content

Commit eeb642c

Browse files
bryancallzwoop
authored andcommitted
Set the default thread count factor to 1x the number of logical cores (#6949)
(cherry picked from commit 3d14b21)
1 parent f8ef654 commit eeb642c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgmt/RecordsConfig.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static const RecordElement RecordsConfig[] =
111111
// By default Traffic Server set number of execution threads equal to total CPUs
112112
{RECT_CONFIG, "proxy.config.exec_thread.autoconfig", RECD_INT, "1", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_READ_ONLY}
113113
,
114-
{RECT_CONFIG, "proxy.config.exec_thread.autoconfig.scale", RECD_FLOAT, "1.5", RECU_RESTART_TS, RR_NULL, RECC_NULL, nullptr, RECA_READ_ONLY}
114+
{RECT_CONFIG, "proxy.config.exec_thread.autoconfig.scale", RECD_FLOAT, "1", RECU_RESTART_TS, RR_NULL, RECC_NULL, nullptr, RECA_READ_ONLY}
115115
,
116116
{RECT_CONFIG, "proxy.config.exec_thread.limit", RECD_INT, "2", RECU_RESTART_TS, RR_NULL, RECC_INT, "[1-" TS_STR(TS_MAX_NUMBER_EVENT_THREADS) "]", RECA_READ_ONLY}
117117
,

0 commit comments

Comments
 (0)