-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Description
Running a massive set of tests, I get this:
51973 passing (5h)
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
1: node_module_register
2: v8::internal::FatalProcessOutOfMemory
3: v8::internal::FatalProcessOutOfMemory
4: v8::internal::Factory::NewUninitializedFixedArray
5: v8::internal::WasmDebugInfo::SetupForTesting
6: v8::internal::interpreter::BytecodeArrayRandomIterator::UpdateOffsetFromIndex
7: 000001FEEE7043C1
The contents of file .solcover.js
:
module.exports = {
port: 8555,
norpc: true,
testCommand: "node --max-old-space-size=8192 ../../node_modules/truffle/build/cli.bundled.js test --network=coverage",
compileCommand: "node --max-old-space-size=8192 ../../node_modules/truffle/build/cli.bundled.js compile --network=coverage",
};
Environment:
- Windows 10
- node 8.11.2
- npm 6.1.0