在 linux 上
$ hexo s --debug
or
$ hexo g --debug
都会卡住,运行很长一段时间后,报错 process out of memory
看日志,是在处理 theme 下的 node_modules
中的文件
删掉 node_modules
,一切正常,不过 hexo 按理说应该是默认忽略 node_modules/
的
配置 skip_render glob, didn't work
另外在 osx 上也一切正常
hexo 3.2.0
hexo-cli 1.0.1
1
cc7756789 2016-04-03 17:42:53 +08:00
process out of memory 有可能死循环了,把内存全占掉。没有更多的报错信息?
|