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 am getting an error when running the make compile command. It looks like I am running out of memory on my 8Gb laptop. Do you have any idea on what is happening here.
Thank you
on the command line I get
~/Documents/lfe/mnesia-tutorial $ make compile
Getting dependencies ...
/bin/sh: line 1: 5761 Aborted (core dumped) rebar get-deps >> install.log 2>&1
Makefile:28: recipe for target 'get-deps' failed
make: *** [get-deps] Error 134
~/Documents/lfe/mnesia-tutorial $ make compile
Getting dependencies ...
/bin/sh: line 1: 6370 Aborted (core dumped) rebar get-deps >> install.log 2>&1
Makefile:28: recipe for target 'get-deps' failed
make: *** [get-deps] Error 134
the install.log contains.
==> lfe (get-deps)
^M
Crash dump was written to: erl_crash.dump^M
eheap_alloc: Cannot allocate 6801972448 bytes of memory (of type "heap", thread 1).^M
==> lfe (get-deps)
^M
Crash dump was written to: erl_crash.dump^M
eheap_alloc: Cannot allocate 8162366936 bytes of memory (of type "old_heap", thread 2).^M
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for making this repo for the tutorial.
I am getting an error when running the make compile command. It looks like I am running out of memory on my 8Gb laptop. Do you have any idea on what is happening here.
Thank you
on the command line I get
~/Documents/lfe/mnesia-tutorial $ make compile
Getting dependencies ...
/bin/sh: line 1: 5761 Aborted (core dumped) rebar get-deps >> install.log 2>&1
Makefile:28: recipe for target 'get-deps' failed
make: *** [get-deps] Error 134
~/Documents/lfe/mnesia-tutorial $ make compile
Getting dependencies ...
/bin/sh: line 1: 6370 Aborted (core dumped) rebar get-deps >> install.log 2>&1
Makefile:28: recipe for target 'get-deps' failed
make: *** [get-deps] Error 134
the install.log contains.
==> lfe (get-deps)
^M
Crash dump was written to: erl_crash.dump^M
eheap_alloc: Cannot allocate 6801972448 bytes of memory (of type "heap", thread 1).^M
==> lfe (get-deps)
^M
Crash dump was written to: erl_crash.dump^M
eheap_alloc: Cannot allocate 8162366936 bytes of memory (of type "old_heap", thread 2).^M
The text was updated successfully, but these errors were encountered: