Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试为 Meteor.js 运行示例。它因“聚会”示例而失败,没有留下任何日志:
$ meteor run
[[[[[ ~/parties ]]]]]
=> Meteor server running on: http://localhost:3000/
Killed
看起来它由于某种原因崩溃了,但是如何调试呢?
meteor reset没办法。
meteor reset
这可能是linux 内存不足杀手在可用内存耗尽时杀死您的进程。检查您的ulimit设置并确保您的节点进程有足够的内存来运行示例。
ulimit