Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryError #38

Open
PerMildner opened this issue Jan 20, 2012 · 2 comments
Open

OutOfMemoryError #38

PerMildner opened this issue Jan 20, 2012 · 2 comments

Comments

@PerMildner
Copy link

This was while editing/viewing a largish (malformed) that used to be a plain text file which makes the task editor somewhat confused. (But note that this was after several other exceptions from the task editor.)

(As always with OOME the real cause may not be on the stack trace)

java.lang.OutOfMemoryError: Java heap space
at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.internalGatherMarkers(MarkerContentGenerator.java:1072)
at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.gatherMarkers(MarkerContentGenerator.java:1013)
at org.eclipse.ui.internal.views.markers.MarkerContentGenerator.generateMarkerEntries(MarkerContentGenerator.java:991)
at org.eclipse.ui.internal.views.markers.MarkerUpdateJob.clean(MarkerUpdateJob.java:117)
at org.eclipse.ui.internal.views.markers.MarkerUpdateJob.buildMarkers(MarkerUpdateJob.java:77)
at org.eclipse.ui.internal.views.markers.MarkerUpdateJob.run(MarkerUpdateJob.java:57)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

@sebastianbenz
Copy link
Owner

How big was the file and what was your Xmx setting? I will try to reproduce the problem.

@PerMildner
Copy link
Author

about 153,670 bytes

eclipse.vmargs=-Xms40m -Xmx512m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants