Curator: Forcemerging

Hi,
After upgrading, we have a lot of indices that need optimizing. if i run a forcemerge via curator on indices older than a day will it forcemerge all indices in parallel or in sequence?

Regards,
D

In sequence. Elasticsearch itself will not allow concurrent forcemerge operations.