diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h index 429c57d2..c5a48df0 100644 --- a/include/config.h +++ b/include/config.h @@ -62,13 +62,13 @@ /* Default memory limit for child process (MB): */ #ifndef __NetBSD__ -# ifndef WORD_SIZE_64 -# define MEM_LIMIT 25 -# else -# define MEM_LIMIT 50 -# endif /* ^!WORD_SIZE_64 */ +#ifndef WORD_SIZE_64 +#define MEM_LIMIT 25 #else -# define MEM_LIMIT 200 +#define MEM_LIMIT 50 +#endif /* ^!WORD_SIZE_64 */ +#else +#define MEM_LIMIT 200 #endif /* Default memory limit when running in QEMU mode (MB): */ |