(trying to catch up with mails..)

awesome, good to hear. The changes in NB 19 will have many cumulative fixes covering this kinds of problems:

 1) indexing will disable itself and notify the user properly on out-of-space issues - no retries

 2) the index itself is about half the size as the one of NB 18 (for power users there are additional settings in the options to apply filters)

 3) the compressed raw data is downloaded to tmp, but directly extracted into the cache folder. This pretty much solves the issue of size restricted (or weirdly automatically scaling) temp folders (hopefully). We had some issues filed from users who


Everything will also run faster etc since we are now able to use the latest maven-indexer lib from upstream - we contributed some optimizations too.

example on my system (i6700k):

first time extraction of the full maven central index is about 300s, incremental updates are <70s (depends a bit on how large they are). The index is now also portable. One day we could enable migration from NB version to NB version. Old NB needed > 1ks for _both_ cases (!).

for future:
I think the incremental update can be sped up even more, since the merge step is actually running single threaded atm but this is for rainy days.

best regards,
michael


On 26.06.23 15:49, Peter Hull wrote:
Just to update you, I think my problem was really down to running out
of space on the system drive; I have made more space available and
over the last 2 weeks it seems to be behaving fine. I didn't try NB19
as I haven't had time.
Thanks everyone,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to