In older cloudlinux versions, I frequently used screen.
Now that there is no screen in CL9, I'm trying to use tmux, but I find a new problem.
As root, when I do tar -czpf /backup/somefile.tar.gz /directory to create a 40 GB tar.gz file, if I run it under tmux it runs extremely slow, 10x slower than if I run it directly outside of tmux.
With screen I didn't have such a problem; is there a setting that I have to set in CL9 to make tmux not run so slowly? Do I need to assign resource limits somehow to tmux?
Now that there is no screen in CL9, I'm trying to use tmux, but I find a new problem.
As root, when I do tar -czpf /backup/somefile.tar.gz /directory to create a 40 GB tar.gz file, if I run it under tmux it runs extremely slow, 10x slower than if I run it directly outside of tmux.
With screen I didn't have such a problem; is there a setting that I have to set in CL9 to make tmux not run so slowly? Do I need to assign resource limits somehow to tmux?
Comment