You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build and run ChakraCore on Windows Subsystem for Linux. The code is from the master branch (2349c5f), built with ./build.sh --debug. It's built successfully, but when I run ./ch <any js file>, it immediately aborts with an error "Out of Memory". The call stack shows the problem is in function X64WriteBarrierCardTableManager::Initialize() in RecyclerWriteBarrierManager.cpp. At line 279, VirtualAlloc returns nullptr, causing the process to print "Out of Memory" and abort.
My OS is Windows 10 Pro x64 Build 15063. The Linux distribution is Ubuntu 16.04.3 LTS.
The text was updated successfully, but these errors were encountered:
I was trying to build and run ChakraCore on Windows Subsystem for Linux. The code is from the master branch (2349c5f), built with
./build.sh --debug
. It's built successfully, but when I run./ch <any js file>
, it immediately aborts with an error "Out of Memory". The call stack shows the problem is in function X64WriteBarrierCardTableManager::Initialize() in RecyclerWriteBarrierManager.cpp. At line 279,VirtualAlloc
returns nullptr, causing the process to print "Out of Memory" and abort.My OS is Windows 10 Pro x64 Build 15063. The Linux distribution is Ubuntu 16.04.3 LTS.
The text was updated successfully, but these errors were encountered: