aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h
index 344a368f..a978a27c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -70,21 +70,21 @@
#ifndef __NetBSD__
#ifndef WORD_SIZE_64
- #define MEM_LIMIT 25
- #else
#define MEM_LIMIT 50
+ #else
+ #define MEM_LIMIT 75
#endif /* ^!WORD_SIZE_64 */
#else /* NetBSD's kernel needs more space for stack, see discussion for issue \
#165 */
- #define MEM_LIMIT 200
+ #define MEM_LIMIT 250
#endif
/* Default memory limit when running in QEMU mode (MB): */
-#define MEM_LIMIT_QEMU 200
+#define MEM_LIMIT_QEMU 250
/* Default memory limit when running in Unicorn mode (MB): */
-#define MEM_LIMIT_UNICORN 200
+#define MEM_LIMIT_UNICORN 250
/* Number of calibration cycles per every new test case (and for test
cases that show variable behavior): */