Skip to content

Commit e473891

Browse files
Correct minimum memory size value from 200MB to 20MB (#77787)
Co-authored-by: Neale Ferguson <[email protected]>
1 parent b1e678f commit e473891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/utils/memfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
__d [__i] = NULL; \
7171
} while (0)
7272

73-
#define MINMEMSZ 209715200 /* Minimum restricted memory size */
73+
#define MINMEMSZ 20971520 /* Minimum restricted memory size - 20MB */
7474

7575
/**
7676
* mono_gc_bzero_aligned:

0 commit comments

Comments
 (0)