Реакция CALL_AND_RETRY_LAST - PullRequest
       16

Реакция CALL_AND_RETRY_LAST

0 голосов
/ 12 октября 2018

Я пытаюсь запустить реакцию, но у меня появляется эта ошибка:

ФАТАЛЬНАЯ ОШИБКА: ошибка выделения CALL_AND_RETRY_LAST - куча Javascript из памяти.

Я следил за этимруководство по установке https://docs.reactioncommerce.com/docs/next/installation-windows

и я на шаге, запустите реакцию:

# start Reaction
reaction
# or
reaction run

Но я получил эту ошибку

    C:\Users\rg\Documents\myReaction\reaction>reaction
INFO: Could not find files for the given pattern(s).
Setting up plugin imports...

Setting up style imports...

Provisioning assets...

[[[[[ C:\Users\rg\Documents\myReaction\reaction ]]]]]

=> Started proxy.
=> Started MongoDB.
app/client/plugins.less: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.
app/client/plugins.less: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.
   Building for os.windows.x86_64            \
<--- Last few GCs --->

[4340:000001E838675AB0]   510760 ms: Mark-sweep 1313.1 (1441.7) -> 1313.1 (1441.7) MB, 1340.6 / 0.2 ms  allocation failure GC in old space requested
[4340:000001E838675AB0]   512026 ms: Mark-sweep 1313.1 (1441.7) -> 1313.1 (1425.2) MB, 1265.4 / 0.3 ms  last resort GC in old space requested
[4340:000001E838675AB0]   513465 ms: Mark-sweep 1313.1 (1425.2) -> 1313.1 (1425.2) MB, 1439.4 / 0.2 ms  last resort GC in old space requested


<--- JS stacktrace --->

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

Security context: 000003BA0CF25879 <JSObject>
    0: builtin exit frame: stringify(this=000003BA0CF090A9 <Object map = 0000016865602BA1>,00000321ED7822D1 <undefined>,00000321ED7822D1 <undefined>,00000015838125E1 <JSArray[2]>)

    1: arguments adaptor frame: 1->3
    2: _linkJS [C:\Users\rg\AppData\Local\.meteor\packages\meteor-tool\1.8.0-rc.14\mt-os.windows.x86_64\tools\isobuild\compiler-plugin.js:~1569] [pc=000003E280B1B649](thi...

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::NewRawOneByteString
 5: v8::internal::Smi::SmiPrint
 6: v8::internal::StackGuard::HandleInterrupts
 7: v8::internal::wasm::LocalDeclEncoder::Size
 8: v8::internal::wasm::LocalDeclEncoder::Size

Я не знаюкак увеличить память и нужно ли это сделать для узла или метеора.

Спасибо.

...