Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 1123710

Browse files
authored
CORTX-32793: update rgw resource limit formula (#131)
After fixing defect CORTX-34142, update needs to be made for rgw resource limit related parameters in-order fine tune the formula. Signed-off-by: Saurabh Jain <[email protected]>
1 parent 7290b27 commit 1123710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rgw/const.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
MOTR_MY_FID = f'{SVC_SECTION}>motr my fid'
162162

163163
# RGW resource limit keys
164-
SVC_INITIAL_STARTUP_MEM = '200Mb'
165-
SVC_MEM_PER_THREAD_PER_REQ = '200Mb'
166-
SVC_MEM_FACTOR = 0.7
164+
SVC_INITIAL_STARTUP_MEM = '140Mb'
165+
SVC_MEM_PER_THREAD_PER_REQ = '230Mb'
166+
SVC_MEM_FACTOR = 0.8
167167
SVC_CPU_MAX_VAL_LIMIT = '250m'
168168
SVC_MEM_MAX_VAL_LIMIT = '500Mb'
169169
SVC_CPU_PER_THREAD_PER_REQ = '100m'

0 commit comments

Comments
 (0)