I don't have much memory on my PC and a pretty weak processor. Although netbeans is by far my favorite IDE it is almost unbearable to use on my present computer because of the project scanning that starts automatically when I open the program.
Is there a way to prevent netbeans from scanning projects?
In addition to creating smaller Projects for the folders you really work on and then a Project Group to group them (Mateng), you can try excluding folders that you will never work on such as
images
folders and so on. To ignore those folders, go to:File > Project Properties > Ignored Folders > Add Folder...
From NetBeans Help:
My Netbeans 8.0.2 would crash on my Macbook pro due to "Scanning projects..." hogging up my CPU. I couldn't stop the process, however, I could make the process finish quicker by increasing the Java heap memory in netbeans.conf.
Replace this:
with:
Stop NetBeans scanning projects :
I don't know whether you can disable the project scanning or not. Even if you can, I doubt it will ever work properly again. There are a few tips which I have done and it speed up my Netbeans.
Netbeans consumes a lot of memory so adding memory also increases its performance (OS does not need to swap between memory and page file when memory is running low) (but this is probably not an option for you). Also, Netbeans consists of hundreds of files which needs to be loaded at start up so the bottom neck is the speed of your hard disk.
Plugin download - Direct Download
http://wiki.netbeans.org/wiki/images/c/cc/Org-netbeans-modules-scanondemand.nbm
I have the quickest and easiest way.
Just put the netbeans metadata to another location instead of putting it on the project directory