Am 13.02.2024 um 16:34 schrieb Blaine Heinfeld:
The project files are on a NAS which also shows no performance issues.
Sure. It has to serve the files only. This should not do any harm to a NAS. But: Don't use a network storage for java development (under windows?)! The peformance of network access (even on gigabit networks) under windows is very bad. I switched from a HDD to SSD for project storage a while ago and got an enormous boots in compile time. So: copy all files to a local SSD and work with that files. Even make sure NetBeans and the userdir are on a SSD. If you need backups on a NAS, just use version contol system. Jens --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists