]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
More memory tests implemented. Default number of iterations lowered to a more accepta...
[redis.git] / src / redis.c
index 4e0042960c01100c3daa4c64d4eb1574029c296e..eb19fbbf3018870492099672f6fcb0061f74d6f9 100644 (file)
@@ -2262,7 +2262,7 @@ int main(int argc, char **argv) {
             strcmp(argv[1], "-h") == 0) usage();
         if (strcmp(argv[1], "--test-memory") == 0) {
             if (argc == 3) {
-                memtest(atoi(argv[2]),300);
+                memtest(atoi(argv[2]),50);
                 exit(0);
             } else {
                 fprintf(stderr,"Please specify the amount of memory to test in megabytes.\n");