Eclipse error constantly pops up while editing Javascript

后端 未结 7 597
庸人自扰
庸人自扰 2020-12-23 09:39

I am working on relatively small (100-300 lines) Javascript files in Eclipse and periodically it gets really upset about some piece of code and pops up this error every time

相关标签:
7条回答
  • 2020-12-23 10:04

    I was getting same error with gc overhead limit exceeded description in details section of error. To take action on it I have added following in configuration and issue resolved.

    Xms512m
    Xmx2048m
    

    Ref: GC overhead limit exceeded problem

    In short, for me it was eclipse memory problem.

    0 讨论(0)
提交回复
热议问题