mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4
This commit is contained in:
2
redis.c
2
redis.c
@ -9934,7 +9934,7 @@ int linuxOvercommitMemoryValue(void) {
|
||||
|
||||
void linuxOvercommitMemoryWarning(void) {
|
||||
if (linuxOvercommitMemoryValue() == 0) {
|
||||
redisLog(REDIS_WARNING,"WARNING overcommit_memory is set to 0! Background save may fail under low condition memory. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.");
|
||||
redisLog(REDIS_WARNING,"WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.");
|
||||
}
|
||||
}
|
||||
#endif /* __linux__ */
|
||||
|
Reference in New Issue
Block a user