Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Eclipse Luna keeps DLTK indexing each 5 minutes and freeze
Eclipse Luna keeps DLTK indexing each 5 minutes and freeze [message #1590257] Wed, 28 January 2015 23:07 Go to next message
90625 90625 is currently offline 90625 90625Friend
Messages: 1
Registered: January 2015
Junior Member
Hi,
I use Eclipse Luna for PHP project. I just installed the last version, set up all my project.
Everything is fine, but Eclipse keeps DLTK indexing each 5 minutes, everytime when I save a file, or use hyperlinks, or start eclipse .... and it freezes. This is very annoying.

Is there a way to DLTK indexing manually ?
I tried:
- to disable Project > Build automatically
- remove folders from Build path
- disable validators...

Thank you

Ubuntu 14.04 LTS
Eclipse for PHP Developers
Version: Luna Service Release 1a (4.4.1)
Build id: 20150109-0600
Re: Eclipse Luna keeps DLTK indexing each 5 minutes and freeze [message #1591420 is a reply to message #1590257] Thu, 29 January 2015 14:17 Go to previous message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 290
Registered: March 2013
Senior Member
Have you any errors in logs (Window -> Show View -> Other -> Error Log)?

Maybe your database is broken.
1. Close Eclilpse
2. Remove dir $WORKSPACE_LOC/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2
3. Start eclipse and wait for full index

Other problems:
1. Luna SR1 still have a problem with large code base (most problems will be fixed in Luna SR2 / Mars M6).
2. You can also try increase java memory settings, see [1], and increase value on -Xms , -Xmx ( -XX:MaxPermSize if your java is lower than 8 ).

[1] - https://wiki.eclipse.org/Eclipse.ini


[Updated on: Thu, 29 January 2015 14:18]

Report message to a moderator

Previous Topic:How can I showing syntax errors back?
Next Topic:How to show open file in PHP Explorer?
Goto Forum:
  


Current Time: Tue Oct 15 01:25:10 GMT 2024

Powered by FUDForum. Page generated in 0.02999 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top