frc3223 / stats

0 stars 8 forks source link

FATAL ERROR #2

Closed Spazdiesfirst360 closed 6 years ago

Spazdiesfirst360 commented 6 years ago

This is so bugged right now... Upon typing in the command to make it all run, it just decides that it has run out of memory.

PS C:\stats> au run
Starting 'configureEnvironment'...
Finished 'configureEnvironment'
Starting 'runWebpack'...

[at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from C:\stats/tsconfig.json.

<--- Last few GCs --->

[3320:000001F1FA211920]   142709 ms: Mark-sweep 1401.8 (1452.1) -> 1401.8 (1452.1) MB, 1608.3 / 0.0 ms  last resort GC in old space requested

<--- JS stacktrace --->

==== JS stack trace =========================================

Security context: 00000161C6DA5EE1 <JSObject>
    1: hasModifier [C:\stats\node_modules\typescript\lib\typescript.js:~10092] [pc=0000014646D62CB5](this=000000EFF63829E9 <Object map = 00000107B86ADB21>,node=000003F3CE1F16C1 <NodeObject map = 000002F09E98D9E9>,flags=512)
    3: declareSymbol(aka declareSymbol) [C:\stats\node_modules\typescript\lib\typescript.js:19570] [bytecode=000000FF0D0A16F1 offset=66](this=000001F1D2D02311 <undefined>,s...

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::NewStruct
 5: std::vector<v8::internal::compiler::MoveOperands * __ptr64,v8::internal::ZoneAllocator<v8::internal::compiler::MoveOperands * __ptr64> >::_Reallocate
 6: std::vector<v8::internal::compiler::MoveOperands * __ptr64,v8::internal::ZoneAllocator<v8::internal::compiler::MoveOperands * __ptr64> >::_Reallocate
 7: std::vector<v8::internal::compiler::MoveOperands * __ptr64,v8::internal::ZoneAllocator<v8::internal::compiler::MoveOperands * __ptr64> >::_Reallocate
 8: std::vector<v8::internal::compiler::MoveOperands * __ptr64,v8::internal::ZoneAllocator<v8::internal::compiler::MoveOperands * __ptr64> >::_Reallocate
 9: std::vector<v8::internal::compiler::MoveOperands * __ptr64,v8::internal::ZoneAllocator<v8::internal::compiler::MoveOperands * __ptr64> >::_Reallocate
10: std::vector<v8::internal::compiler::MoveOperands * __ptr64,v8::internal::ZoneAllocator<v8::internal::compiler::MoveOperands * __ptr64> >::_Reallocate
11: 00000146469047A1
ariovistus commented 6 years ago

thanks, webpack. you're a pal.

ariovistus commented 6 years ago

switching to requirejs fixes this