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.
2 parents a0b3602 + 18a4197 commit 5a91430Copy full SHA for 5a91430
src/modules/pythonmonkey/pythonmonkey.cc
@@ -562,6 +562,8 @@ PyMODINIT_FUNC PyInit_pythonmonkey(void)
562
return NULL;
563
}
564
565
+ JS_SetGCParameter(GLOBAL_CX, JSGC_MAX_BYTES, (uint32_t)-1);
566
+
567
JS_SetGCCallback(GLOBAL_CX, pythonmonkeyGCCallback, NULL);
568
569
JS::RealmCreationOptions creationOptions = JS::RealmCreationOptions();
0 commit comments