Currently uploading a smaller heap dump. Took a look at this with MAT and see that org.python.pdev.parser.visitors.scope.ASTEntry appears to be the culprit. Eclipse was started with the eclipse.ini -vmargs arguments listed in the previous comment (512m), and this class is consuming almost all of heap, with over 7.6 million objects.
Will post link to new heap dump after upload is complete.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm sorry for the delay... I'm trying to access that link but it seems it's not there... Do you still have those files available? Can you post them somewhere else so that I can take a look at it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Eclipse log file
Eclipse configuration
I have a heap dump as well, but it's over 300MB, so I can't upload that. I'll be happy to make it available to you some other way if needed.
Heap dump is available at https://www.fuzzcat.net/v2/files/L2YwM2FjZWJiMTAzMDA3ODViMGUxMTIwZGMyODBkNDcwOQ==/content/inline/HeapDump.hprof.gz
315MB gzipped file.
Also happens with Aptana Studio 3, with only the only extra plugin EGit installed.
Installed fresh Ubuntu 11.04 64 bit, all available updates.
Installed fresh Eclipse 3.7 Indigo.
Installed: subclipse, egit, pydev.
Eclipse -vmargs set to:
-Djava.library.path=/usr/lib/jni
-Dcom.sun.management.jmxremote
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-XX:+HeapDumpOnOutOfMemoryError
-Xms512m
-Xmx512m
Results are the same - do four or five small edits, and run out of heap.
At the moment, pydev is completely unusable for me.
Any ideas? It had been working great since last August, but in the last couple of weeks, it's completely unusable.
Currently uploading a smaller heap dump. Took a look at this with MAT and see that org.python.pdev.parser.visitors.scope.ASTEntry appears to be the culprit. Eclipse was started with the eclipse.ini -vmargs arguments listed in the previous comment (512m), and this class is consuming almost all of heap, with over 7.6 million objects.
Will post link to new heap dump after upload is complete.
Link to new heap dump: https://www.fuzzcat.net/v2/files/L2YwM2FjZWJiMTAzMDA3ODViMGUxMWY3ZWNhZDg5ZjMyYw==/content/inline/java_pid20579.hprof
Hi, I'm sorry for the delay... I'm trying to access that link but it seems it's not there... Do you still have those files available? Can you post them somewhere else so that I can take a look at it?