Skip to content

Commit 34eed62

Browse files
committed
Increase memory allocation limit
1 parent 2f95be6 commit 34eed62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ if (PHP_MONGODB != "no") {
9595

9696
var PHP_MONGODB_CFLAGS="\
9797
/D BSON_COMPILATION /D MONGOC_COMPILATION /D UTF8PROC_STATIC \
98+
/Zm200 \
9899
/I" + configure_module_dirname + " \
99100
/I" + configure_module_dirname + "/src \
100101
/I" + configure_module_dirname + "/src/BSON \

0 commit comments

Comments
 (0)