2015-05-17 75 views
3

我的流星應用與以下錯誤而崩潰:流星撞擊

Unexpected mongo exit code null. Restarting. 
=> Exited from signal: SIGKILL 

/home/ron/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:245 
               throw(ex); 
                ^
Error: Unable to allocate ArrayBuffer. 

其次是一個調用堆棧跟蹤。

這是什麼造成的?

謝謝!

+0

您是否嘗試過swapspace解決方案? –

回答

1

真正的RAM內存可以用虛擬內存來代替,但不會是如此之快的內存......在linux中,這個SO功能是通過使用交換分區來實現的。在Windows中使用分頁文件。古怪,你可以模擬使用swapspace在Linux世界中這個功能(或創建一個傳統swap partition

sudo apt-get install swapspace 

無論你選擇的選項,會爲你創建交換,它會幫助你開始你的流星應用!

只是要知道,這將是一個比真正的RAM更慢的體驗,但肯定會工作