gomaxprocs is used for the publisher to define the size of the buffer to store transformables in and for the amount of readers reading from the queue.
Let's run some quick tests how this behaves with limited CPU ticks, to see if we need to do some changes, e.g. use a multiple of gomaxprocs or change this behaviour in any other way.
gomaxprocsis used for the publisher to define the size of the buffer to store transformables in and for the amount of readers reading from the queue.Let's run some quick tests how this behaves with limited CPU ticks, to see if we need to do some changes, e.g. use a multiple of gomaxprocs or change this behaviour in any other way.