mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
as suggested, added a comment, why NetBSD needs a higher memory limit
This commit is contained in:
@ -67,7 +67,7 @@
|
|||||||
# else
|
# else
|
||||||
# define MEM_LIMIT 50
|
# define MEM_LIMIT 50
|
||||||
# endif /* ^!WORD_SIZE_64 */
|
# endif /* ^!WORD_SIZE_64 */
|
||||||
#else
|
#else /* NetBSD's kernel needs more space for stack, see discussion for issue #165 */
|
||||||
# define MEM_LIMIT 200
|
# define MEM_LIMIT 200
|
||||||
#endif
|
#endif
|
||||||
/* Default memory limit when running in QEMU mode (MB): */
|
/* Default memory limit when running in QEMU mode (MB): */
|
||||||
|
Reference in New Issue
Block a user