as suggested, added a comment, why NetBSD needs a higher memory limit

This commit is contained in:
hexcoder-
2020-01-17 20:41:30 +01:00
parent 800d43b846
commit 1ac31361ca

View File

@ -67,7 +67,7 @@
# else
# define MEM_LIMIT 50
# endif /* ^!WORD_SIZE_64 */
#else
#else /* NetBSD's kernel needs more space for stack, see discussion for issue #165 */
# define MEM_LIMIT 200
#endif
/* Default memory limit when running in QEMU mode (MB): */