[ReplayService] decrease memory percentage of ReplayService from 25% to 5%

This commit is contained in:
yyy-hust
2023-07-17 07:54:18 +00:00
committed by ob-robot
parent 97d8e0fc71
commit a77de660ac

View File

@ -86,7 +86,7 @@ public:
// The memory percent of clog // The memory percent of clog
const int64_t CLOG_MEM_LIMIT_PERCENT = 30; const int64_t CLOG_MEM_LIMIT_PERCENT = 30;
// The memory percent of replay engine // The memory percent of replay engine
const int64_t REPLAY_MEM_LIMIT_PERCENT = 25; const int64_t REPLAY_MEM_LIMIT_PERCENT = 5;
// The memory limit of replay engine // The memory limit of replay engine
const int64_t REPLAY_MEM_LIMIT_THRESHOLD = 512 * 1024 * 1024ll; const int64_t REPLAY_MEM_LIMIT_THRESHOLD = 512 * 1024 * 1024ll;
// The memory percent of replay engine for inner_table // The memory percent of replay engine for inner_table