Excessive memory usage when indexing large directories (.devenv) #3703
-
|
Hi! I am using Is there a way to exclude specific folders from being processed by jdtls? I imagine this same issue affects projects with large |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found a solution that works but still needs manual intervention on each project. <filter>
<id>1</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>\.devenv</arguments>
</matcher>
</filter> |
Beta Was this translation helpful? Give feedback.
I found a solution that works but still needs manual intervention on each project.
Basically in the
.projectfile of the project, I added a new filter on<filteredResources>: