We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e678f commit e473891Copy full SHA for e473891
src/mono/mono/utils/memfuncs.c
@@ -70,7 +70,7 @@
70
__d [__i] = NULL; \
71
} while (0)
72
73
-#define MINMEMSZ 209715200 /* Minimum restricted memory size */
+#define MINMEMSZ 20971520 /* Minimum restricted memory size - 20MB */
74
75
/**
76
* mono_gc_bzero_aligned:
0 commit comments