avoid warning
[model-checker.git] / config.h
index 55093637a175186bddebb46b9a37b2f3a5117666..971ea27d2705ceabc3d43c8c06e6a0a60dd01077 100644 (file)
--- a/config.h
+++ b/config.h
 
 /** 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 0
+#define USE_MPROTECT_SNAPSHOT 2
 
 /** Size of signal stack */
-#define SIGSTACKSIZE 32768
+#define SIGSTACKSIZE 65536
 
 /** Page size configuration */
 #define PAGESIZE 4096