去掉.project文件中的以下部分:
第一部分:
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments></arguments>
</buildCommand>
和第二部分:
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
第一部分:
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments></arguments>
</buildCommand>
和第二部分:
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
----这样做可以将内存减下来;第二不要用eclipse自带的编辑工具打开js文件。
摘自:http://www.uspcat.com/forum.php?mod=viewthread&tid=7539