当我启动 Byobu 时,我的系统监视器显示了一个新的 tmux 进程,其中有一组不断增长的 byobu-status -> tmux 孩子吃光了我所有的记忆......
-> tmux -> byobu-status -> tmux -> byobu-status -> tmux -> byobu-status -> tmux -> ... -> ... -> ... ... ... .. .
随着内存每秒增长,这种情况仍在继续,我找不到触发问题的位置。
启动进入系统后,当 tmux 在 byobu 之前单独启动时,此问题不会在该 tmux 会话中发生。在第一次启动 byobu 之后以及之后的任何时间,tmux 本身会导致此问题。
我不怀疑这是某些 rc 文件中的配置问题,但我终生无法找到它的位置……这些是我尝试查看的文件:
~/.byobu/profile.tmux
source $BYOBU_PREFIX/share/byobu/profiles/tmux
Run Code Online (Sandbox Code Playgroud)
/usr/share/byobu/profiles/tmux
###############################################################################
# tmux common profile
# This tmux configuration profile is intended to correspond to Byobu's
# traditional GNU Screen profile
#
# Copyright (C) 2011 Dustin Kirkland
# …Run Code Online (Sandbox Code Playgroud)