Disable proxy dokku proxy:disable arbito
Disable zero checks dokku checks:disable arbito
Set network to host dokku docker-options:add arbito deploy --network=host
Set shm size dokku docker-options:add arbito deploy --shm-size="1g"
Ioslate cores 1,2,3,4 in grub configurations
Edit grub file vi /etc/default/grub
Add "isolcpus=1,2,3,4"
to GRUB_CMDLINE_LINUX_DEFAULT
Then update-grub
Alternative is directly edeting the kernel entry in /boot/grub/grub.conf
transparent_hugepage=madvise