nathanshelly / .files

.💙
16 stars 8 forks source link

High CPU usage when using `.tmux` config while running `yarn start ...` #80

Closed nathanshelly closed 4 years ago

nathanshelly commented 4 years ago

Starting a tmux session in conjunction with several compilation intensive yarn start ... commands causes those node processes to take up significant amounts of CPU. This seems to happen only when using the .tmux.conf provided by https://github.com/gpakosz/.tmux (not yet 100%).

Possibly related issue - https://github.com/gpakosz/.tmux/issues/247 (check out optimizations branch).

nathanshelly commented 4 years ago

switching to a hand-rolled config in d0ca784 appears to have fixed this (at least for now)