우분투 16.04를 실행 중입니다. 최근에는 git status -z -u
각각 5GB 이상의 메모리를 차지하는 하나 또는 두 개의 " " 프로세스를 자주 발견합니다 . 그래서 나는 무엇이 잘못되었는지 알아내려고 노력하고 있습니다. pstree는 다음과 같은 출력을 제공합니다.
systemd──lightdm──lightdm──upstart──2*[git]
분명히 신생 기업이 이러한 git 프로세스를 시작했습니다. 그래서 스타트업의 모든 직업을 나열해 보았습니다.
$ initctl list
indicator-application start/running, process 2364
unicast-local-avahi stop/waiting
update-notifier-crash stop/waiting
upstart-udev-bridge start/running, process 1773
update-notifier-hp-firmware stop/waiting
xsession-init stop/waiting
dbus start/running, process 1774
no-pinentry-gnome3 stop/waiting
update-notifier-cds stop/waiting
gnome-keyring-ssh stop/waiting
gnome-session (Unity) start/running, process 2007
ssh-agent stop/waiting
unity7 start/running, process 2132
upstart-dbus-session-bridge start/running, process 1812
gpg-agent start/running
indicator-messages start/running, process 2343
logrotate stop/waiting
indicator-bluetooth start/running, process 2344
unity-panel-service start/running, process 2009
hud start/running, process 1969
im-config start/running
unity-gtk-module stop/waiting
session-migration stop/waiting
upstart-dbus-system-bridge start/running, process 1811
at-spi2-registryd start/running, process 1999
indicator-power start/running, process 2345
update-notifier-release stop/waiting
indicator-datetime start/running, process 2346
indicator-keyboard start/running, process 2347
unity-settings-daemon start/running, process 1971
indicator-sound start/running, process 2348
upstart-file-bridge start/running, process 1817
bamfdaemon start/running, process 1828
gnome-keyring stop/waiting
window-stack-bridge start/running, process 1786
indicator-printers start/running, process 2349
re-exec stop/waiting
upstart-event-bridge stop/waiting
unity-panel-service-lockscreen stop/waiting
indicator-session start/running, process 2350
그리고
$ initctl status
unity7 start/running, process 2132
이 git 프로세스와 관련된 내용은 없습니다. 무엇이 잘못되었는지, 문제를 어떻게 현지화해야 하는지에 대한 힌트를 줄 수 있는 사람이 있나요? 감사해요.
답변1
@DopeGhoti의 의견이 정확합니다. 제 경우에는 설치된 네트워크 위치에서 사전을 처리하는 Visual Studio Code에 문제가 있는 것으로 나타났습니다. Visual Studio Code에서 git을 비활성화한 후 문제가 사라졌습니다.