mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 16:31:58 +00:00
Revert "Function to compute RSS memory usage in a fast way, suitable to be called inside keys eviction loops"
This reverts commit 7d47ecd543
.
This commit is contained in:
@@ -397,8 +397,6 @@ struct redisServer {
|
||||
char *requirepass;
|
||||
int rdbcompression;
|
||||
int activerehashing;
|
||||
/* Memory related */
|
||||
float fragmentation;
|
||||
/* Replication related */
|
||||
int isslave;
|
||||
char *masterauth;
|
||||
@@ -753,7 +751,6 @@ void usage();
|
||||
void updateDictResizePolicy(void);
|
||||
int htNeedsResize(dict *dict);
|
||||
void oom(const char *msg);
|
||||
size_t redisEstimateRSS(void);
|
||||
|
||||
/* Virtual Memory */
|
||||
void vmInit(void);
|
||||
|
Reference in New Issue
Block a user