I use tmux (in fact byobu with tmux backend) on ubuntu 14.04.
My tmux uses 1GB of memory (VIRT and RES in top
) and I have already used the clear-history
command.
Now my scrollback is gone but the memory usage is not going down.
This tmux was running for a long time and lots of text scrolled through it. top
shows it used more than 1 hour of CPU time in total.
What could be the reason?
Could there be a memory leak?
What could I try?
I cannot restart it or do dangerous things because the session runs an experiment that takes around one week more to complete...