Re: [Pydev-users] heap overflow error

2013-06-26 Thread Johannes Müller
Hi, On 26.06.2013 20:12, Fabio Zadrozny wrote: > It seems that PyDev is opening a file which may be a huge binary file > and is checking if it has a shebang, but to do that it tries to read the > first 1-2 lines, which in this case seem to be taking the whole heap. That seems to be the case. I gu

Re: [Pydev-users] heap overflow error

2013-06-26 Thread Fabio Zadrozny
The code to look at is probably: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2894) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:117) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:5

[Pydev-users] heap overflow error

2013-06-26 Thread Johannes Müller
Hi, I use pydev 2.7.5 with eclipse 3.7.2 on Ubuntu. I just run into a heap overflow error after crashing my virtual machine. I recreated the project, but the error keeps coming when I unfold the CloudFusion directory. Ignoring the error, I did not experience any further problems, but I would like