Increase number of pipe arguments

Hi,

I have a design composed of several kernels communicated via pipes.

One of my kernels has more than 20 pipes, but the limitation on a Intel i5 CPU seems to be 16:


# clinfo | grep pipe
  Max number of pipe args                         16
  Max active pipe reservations                    65535
  Max pipe packet size                            1024

Question: is there any way to increase number of pipes args?

Any help would be appreciated!

Leo