E
E
Evgeny Ilin2012-07-26 19:15:33
linux
Evgeny Ilin, 2012-07-26 19:15:33

How to speed up Eclipse with javascript files?

On a large project with motools, when editing * .js, it freezes up to a minute.
I tried to disable validation for this project - I won’t say that it helped.
In principle, it is possible to refuse js support when creating, but what if there are medicines?
ps
OS - Debian Wheezy
Eclipse - Indigo Version: 3.7.2
intel core5 2.7Hz
RAM 16 Gb

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
NeX, 2012-07-27
@geirby

It may help to increase the memory size for java
configurable in eclipse.ini
-Xms128M
-Xmx512M
-XX:MaxPermSize=256m
Try increasing these values

A
Alex10, 2012-07-27
@Alex10

Worked with eclipse then switched to aptana+pydev, after switching to pycharm || phpstorm ide has finally taken off. Pycharm can accurately analyze the contents of a file without overloading the system. Aptana and eclipse, why even on js files that are not very large in the region of 1000 lines, and not only began to simply eat up all the modest resources.

N
NeX, 2012-07-27
@NeX

try the editor from Aptana, or disable project->build automatically

S
Sergey, 2014-01-31
@servdo

How much you paid for the IDE, that's what you get =)
In general, run away to sublime, brackets and the like.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question