X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=snapshot.cc;h=d73613832e867eb069b5f5288b72f95bc04c96ff;hp=b4944f45527e8e93303235d6ddaa5d7f0b9f208e;hb=1b2081fd7a99dd894f75b8606073d3eae57a0013;hpb=e9f607873c5e57a4a1823772c9b8606007b5a836 diff --git a/snapshot.cc b/snapshot.cc index b4944f45..d7361383 100644 --- a/snapshot.cc +++ b/snapshot.cc @@ -249,7 +249,7 @@ static void mprot_roll_back(snapshot_id theID) #else /* !USE_MPROTECT_SNAPSHOT */ -#define SHARED_MEMORY_DEFAULT (100 * ((size_t)1 << 20)) // 100mb for the shared memory +#define SHARED_MEMORY_DEFAULT (200 * ((size_t)1 << 20)) // 100mb for the shared memory #define STACK_SIZE_DEFAULT (((size_t)1 << 20) * 20) // 20 mb out of the above 100 mb for my stack struct fork_snapshotter {