I am currently at war with google docs and notion re: memory usage. gmail takes something like half a gigabyte of memory. I had a notion database where each time it loaded an additional 25 rows, memory use went up 400MB. It only got up to 200-300 rows total before it died. I gave up Sublime because of memory usage, but the alternatives aren't much better. I'm getting ready to trade in my 8gb Mac for 24gb to help with…
Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
61–70 of 145 posts
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#62I am currently at war with google docs and notion re: memory usage. gmail takes something like half a gigabyte of memory. I had a notion database where each time it loaded an additional 25 rows, memory use went up 400MB. It only got up to 200-300 rows total before it died. I gave up Sublime because of memory usage, but the alternatives aren't much better. I'm getting ready to trade in my 8gb Mac for 24gb to help with…
To be fair, 8gb hasn't been quite enough for most dev work since containers and VMs became a standard way for local builds and runs.
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#63Off topic: I wish someone would do this kind of analysis to determine why Microsoft Teams helper process is always at 50-70% CPU load on my M-Based MacBook Pro. My laptop is warm/hot to touch as a result of it.
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#64Turning off "Display the time with seconds" lowers the 1% CPU load to 0% for me.
Nice find. I always have seconds displayed, but disabling it reduced the CPU load to 0%
Stuff like this will be run on the efficiency cores, I doubt it will have a lot of impact on anything.
You can see the usage of efficiency vs performance cores by using Activity Monitor => Window => CPU History
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#65Earlier quoted context omitted.
Don't know how compressed memory works for in Windows, but on macOS its role is equivalent to swapping. No memory is compressed unless pages are evicted due to not being used. If memory compression wasn't present then it'd been swapped to disk.
Sounds exactly like zswap. Are there differences that make it better?
† Unless the underlying block device backing the swap device or file does transparent compression, in which case it gets decompressed by zswap then compressed by whatever (e.g LVM compression).
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#66I am currently at war with google docs and notion re: memory usage. gmail takes something like half a gigabyte of memory. I had a notion database where each time it loaded an additional 25 rows, memory use went up 400MB. It only got up to 200-300 rows total before it died. I gave up Sublime because of memory usage, but the alternatives aren't much better. I'm getting ready to trade in my 8gb Mac for 24gb to help with…
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#67I am currently at war with google docs and notion re: memory usage. gmail takes something like half a gigabyte of memory. I had a notion database where each time it loaded an additional 25 rows, memory use went up 400MB. It only got up to 200-300 rows total before it died. I gave up Sublime because of memory usage, but the alternatives aren't much better. I'm getting ready to trade in my 8gb Mac for 24gb to help with…
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#68Turning off "Display the time with seconds" lowers the 1% CPU load to 0% for me.
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#69Earlier quoted context omitted.
I’m not experiencing that issue. Have you tried completely uninstalling it and reinstalling?
I never had this issue when running the Apple Silicon Microsoft Teams version. It actually was quite good, contrary to what most would say. But after receiving the push update converting Team to using the Electron version of the app, CPU load dramatically increased. Wish I could convert back to the older Apple Silicon non-Electron version.
Re: Control Center on macOS is always re-rendering its SwiftUI causing 1% CPU load
#70I am currently at war with google docs and notion re: memory usage. gmail takes something like half a gigabyte of memory. I had a notion database where each time it loaded an additional 25 rows, memory use went up 400MB. It only got up to 200-300 rows total before it died. I gave up Sublime because of memory usage, but the alternatives aren't much better. I'm getting ready to trade in my 8gb Mac for 24gb to help with…