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 2d75f6d commit 2a268a3Copy full SHA for 2a268a3
test/JavaScriptEngineSwitcher.Tests/ChakraCore/CommonTests.cs
@@ -234,7 +234,7 @@ public void MappingEngineLoadErrorDuringOutOfMemoryIsCorrect()
234
jsEngine = new ChakraCoreJsEngine(
235
new ChakraCoreSettings
236
{
237
- MemoryLimit = new UIntPtr(640 * 1024),
+ MemoryLimit = new UIntPtr(8 * 1024),
238
DisableFatalOnOOM = true
239
}
240
);
0 commit comments