This commit is contained in:
Andrea Fioraldi
2020-01-17 16:41:30 +01:00
parent f24135f1ed
commit b6c5974b37
10 changed files with 239 additions and 200 deletions

View File

@ -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): */