- adjustments to scores for P3 as discussed.
[pintos-anon] / src / tests / vm / child-linear.c
index 7515e4ebf2bc9f6e15e10a48e4b1b69ea95cb8c8..eca3e3f5a19dac0305319104ae15f5e8cb0e7ea5 100644 (file)
@@ -1,5 +1,5 @@
 /* Child process of page-parallel.
-   Encrypts 128 kB of zeros, then decrypts it, and ensures that
+   Encrypts 1 MB of zeros, then decrypts it, and ensures that
    the zeros are back. */
 
 #include <string.h>
@@ -9,7 +9,7 @@
 
 const char *test_name = "child-linear";
 
-#define SIZE (128 * 1024)
+#define SIZE (1024 * 1024)
 static char buf[SIZE];
 
 int