From 59c32494708178643a89a36d21e21bcb8b6cfb90 Mon Sep 17 00:00:00 2001 From: Pat Morin Date: Wed, 16 Sep 2015 14:16:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c9bbb..3208124 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To run an experiment on your own (linux) machine (with g++ installed): make main ./main uint32 uint32 100000000 10000000 -This will test the cost of performing ten million searches in an array of one hundred million integers. You'd better have at least 80MB of free RAM, which you can check with +This will test the cost of performing ten million searches in an array of one hundred million integers. You'd better have at least 800MB of free RAM, which you can check with free -h