I've downloaded and installed the beta in hope of better optimizing performance. I set up an optimization just to test it, and started it. The first thing was that the application GUI went unrespondive , so the main thread was involved in the calculation process, in which case the app isn't quite well multi-threaded. The other thing was the memory consumption. It consumed all available from my 4G! It actually slow down my whole system that my OS was swapping all the time. The worst was that Ninja did not use all available CPU resources (probably beacause of waiting for the HDD) and thus the optimization was quite slow. I had to abort it from my process explorer ,because the GUI was still unrespondive.
I've attached a screenshot of the application's resource consumption.
edit: I am using Windows 7 64bit. AFAIK in this version this OS is supported.

Comment