I have a 1 TB SSD in that Macbook Pro Mid 2012 and I'm running Sequoia with it, however when I run commands on the console I noticed additional lag of 100-200milliseconds per command.
eg.
$ time rm
usage: rm [-f | -i] [-dIPRrvWx] file ...
unlink [--] file
rm 0.12s user 0.05s system 87% cpu 0.186 total
0.186seconds is way too long for that, running configure scripts is terribly slow now due to the added overhead. Can anyone reproduce this?

Post a Comment