My MacBook's running quite well, but I'm trying to eke out as much RAM as I can. The biggest offender on my list is kernel_task, which takes up half a gigabyte of memory. Can I make it go even lower than that, though?
My MacBook's running quite well, but I'm trying to eke out as much RAM as I can. The biggest offender on my list is kernel_task, which takes up half a gigabyte of memory. Can I make it go even lower than that, though?
Not likely... no. kernel_task does not really use memory for itself exactly, it is more like the memory traffic control for everything else. So the more apps and things you have running the more things kernel_task has to mange, so it shows more memory being used. kernel_task using 500MB is actually pretty low.