Split the parity across multiple partitions.
In the configuration file, just put more files in the same 'parity' line, separated by , (comma).
The parity disk needs to be as large or larger than the data disks.
NOTE: Historically, adding larger data disks to the array always required to similarly needing to also increase the parity disk to be as large or larger than the largest data disk.
Assuming the array is made up of (4) 4TB data disks and (1) 4TB parity disk.
With split parity, there is no need to replace the parity disk with a new larger disk.
For example, as there is a new 8TB data, this means that there should also be at least 8TB of parity.
parity /mnt/split-parity/parity1-disk1/part1.parity,/mnt/split-parity/parity1-disk2/part2.parity 2-parity /mnt/split-parity/parity2-disk1/part1.parity,/mnt/split-parity/parity2-disk2/part2.parity