X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ftests%2Fvm%2Fchild-linear.c;h=eca3e3f5a19dac0305319104ae15f5e8cb0e7ea5;hp=7515e4ebf2bc9f6e15e10a48e4b1b69ea95cb8c8;hb=5aede12cbaae26a13df4e2b926c78ed85945dbad;hpb=cabab297e140981add0d8b3f965dadd579224a29 diff --git a/src/tests/vm/child-linear.c b/src/tests/vm/child-linear.c index 7515e4e..eca3e3f 100644 --- a/src/tests/vm/child-linear.c +++ b/src/tests/vm/child-linear.c @@ -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 @@ -9,7 +9,7 @@ const char *test_name = "child-linear"; -#define SIZE (128 * 1024) +#define SIZE (1024 * 1024) static char buf[SIZE]; int