- adjustments to scores for P3 as discussed.
[pintos-anon] / src / tests / vm / page-linear.c
index 12375a7774231c7a083e7ec3a8fcb311f2caae08..652a47b36c8e83e203b9dfe968b1aae67a113fcb 100644 (file)
@@ -1,4 +1,4 @@
-/* Encrypts, then decrypts, 1 MB of memory and verifies that the
+/* Encrypts, then decrypts, 2 MB of memory and verifies that the
    values are as they should be. */
 
 #include <string.h>
@@ -6,7 +6,7 @@
 #include "tests/lib.h"
 #include "tests/main.h"
 
-#define SIZE (1024 * 1024)
+#define SIZE (2 * 1024 * 1024)
 
 static char buf[SIZE];