If StarAlignment is your bottleneck...
I did some tests with PI on a windows server machine that had 24 cores. It did run the test not much faster than a retail 6 core machine.
This will change with the next version of the StarAlignment tool. Right now StarAlignment is the main bottleneck for preprocessing in PixInsight. Although SA uses all available processors and cores, it implements a low-level parallelization scheme that does not scale well. In the next version we'll implement high-level parallelization in SA: Each core will work to register an image, so if you have 16 cores you'll be registering 16 images at the same time. The ImageCalibration tool already works this way.
QuoteIf StarAlignment is your bottleneck...QuoteI did some tests with PI on a windows server machine that had 24 cores. It did run the test not much faster than a retail 6 core machine. This will change with the next version of the StarAlignment tool. Right now StarAlignment is the main bottleneck for preprocessing in PixInsight. Although SA uses all available processors and cores, it implements a low-level parallelization scheme that does not scale well. In the next version we'll implement high-level parallelization in SA: Each core will work to register an image, so if you have 16 cores you'll be registering 16 images at the same time. The ImageCalibration tool already works this way.