Attila Kelemen
Attila Kelemen
I have created a _file_reference_cache_ branch where I try to share equivalent `File` references. To me, it did reduce the memory consumption considerably (even decreased the size of the persistent...
I have added delayed project model persisting to both _master_ and _file_reference_cache_. This should improve perceived performance.
Removing the maximum size of the cache would cause a memory leak because it could just grow endlessly (the limit is how many projects you have on your disk). So,...
They will not be removed just because you have closed a project. The least recently used models from the cache will be removed when it reaches its limit. NetBeans might...
The plugin should now be able to increase cache size based on the currently opened projects (and also reports if it had to increase the size). This should fix problems...
How many pending projects you have is not relevant. What I would be curious had you waited, would it increase the project cache size to something acceptable after completion. That...
I'm almost certain this is because the plugin tries to read the stdout produced by the tests and it is too big. Would it be all right, if I put...
It is possible but I would prefer to have the first line start with something like *[stdout/stderr was truncated]*. And of course, I would like to make the size configurable...
I don't know if there is a simple way to do this as the nbm plugin does not support it. Also, I'm only mildly familiar with the nbm building process,...
Nothing, that is a completely independent project.