X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=config.h;h=971ea27d2705ceabc3d43c8c06e6a0a60dd01077;hb=58381d5994f91544f907e1066a02befda11da7c1;hp=ab54e3abe68e12e8199976dfb415d188dff54258;hpb=e309adaee27786a638bcd44303ecb88351074257;p=model-checker.git diff --git a/config.h b/config.h index ab54e3a..971ea27 100644 --- a/config.h +++ b/config.h @@ -27,12 +27,14 @@ /** Snapshotting configurables */ -/** If USE_MPROTECT_SNAPSHOT=1, then snapshot by using mmap() and mprotect() +/** + * If USE_MPROTECT_SNAPSHOT=2, then snapshot by tuned mmap() algorithm + * If USE_MPROTECT_SNAPSHOT=1, then snapshot by using mmap() and mprotect() * If USE_MPROTECT_SNAPSHOT=0, then snapshot by using fork() */ -#define USE_MPROTECT_SNAPSHOT 1 +#define USE_MPROTECT_SNAPSHOT 2 /** Size of signal stack */ -#define SIGSTACKSIZE 32768 +#define SIGSTACKSIZE 65536 /** Page size configuration */ #define PAGESIZE 4096