Hi Brian,
I recently moved the Quantrokcet installation from a Windows-based to the MacOS environment to take advantage of the Apple M architecture and improve backtest performance, particularly within the Zipline libraries.
We noticed a significant performance impact from the logspout container to the extent that it was constantly running and impacting both continuous CPU performance and power consumption. This occurs even when all containers are idle as logspout seems to continuously use at least 3 cores worth of CPU resources. I had not noticed this under the Windows environment.
When I pause this container these issues go away and the backtest performance improves by almost 30%!
Do you have any guidance or insight as to why this occurs and if there is any other workaround besides pausing the container?
Many thanks.