summaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-mono_utils_w32handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-mono_utils_w32handle.c')
-rw-r--r--lang/mono/files/patch-mono_utils_w32handle.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_utils_w32handle.c b/lang/mono/files/patch-mono_utils_w32handle.c
new file mode 100644
index 000000000000..383e5ca8d1b7
--- /dev/null
+++ b/lang/mono/files/patch-mono_utils_w32handle.c
@@ -0,0 +1,11 @@
+--- mono/utils/w32handle.c.orig 2017-05-01 16:30:13 UTC
++++ mono/utils/w32handle.c
+@@ -51,7 +51,7 @@
+
+ #undef DEBUG_REFS
+
+-#define SLOT_MAX (1024 * 16)
++#define SLOT_MAX (1024 * 32)
+
+ /* must be a power of 2 */
+ #define HANDLE_PER_SLOT (256)