Skip to content

Commit

Permalink
Fix typo in LATENCY DOCTOR output
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Aug 14, 2017
1 parent 202c2eb commit 6b696e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latency.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ sds createLatencyReport(void) {
if (advise_scheduler) {
report = sdscat(report,"- The system is slow to execute Redis code paths not containing system calls. This usually means the system does not provide Redis CPU time to run for long periods. You should try to:\n"
" 1) Lower the system load.\n"
" 2) Use a computer / VM just for Redis if you are running other softawre in the same system.\n"
" 2) Use a computer / VM just for Redis if you are running other software in the same system.\n"
" 3) Check if you have a \"noisy neighbour\" problem.\n"
" 4) Check with 'redis-cli --intrinsic-latency 100' what is the intrinsic latency in your system.\n"
" 5) Check if the problem is allocator-related by recompiling Redis with MALLOC=libc, if you are using Jemalloc. However this may create fragmentation problems.\n");
Expand Down

0 comments on commit 6b696e6

Please sign in to comment.