Skip to content

Commit e12b8de

Browse files
committed
memory dev situation is better now
1 parent 32910cb commit e12b8de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/scripts/g-tmux.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ tmux send-keys -t mysession:2 'pnpm rspack' C-m
1717

1818
else
1919

20-
sleep 2
21-
tmux send-keys -t mysession:2 '$PWD/scripts/memory_monitor.py' C-m
20+
# no longer needed, due to using rspack for nextjs
21+
#sleep 2
22+
#tmux send-keys -t mysession:2 '$PWD/scripts/memory_monitor.py' C-m
2223
fi
2324

2425
tmux attach -t mysession:1

0 commit comments

Comments
 (0)