briantho wrote:
I spoke too soon. The problem is back this morning. Worried.
There are 2 possibilities
A) You have run out of disk space on your boot disk, and the Mac can no longer create /var/vm/swapfile(s). This is actually less likely for most people experiencing this problem.
B) The collection of programs running on your Mac wants more virtual memory than the operating system can manage with the current physical RAM in your Mac. That is to say the operating system has tables it keeps in kernel address space that is uses to keep track of all the virtual memory assigned to every program currently running.
This not just the applications you are running, but also the 3rd party daemons, agents, and kernel extensions you have installed. All the tabs in the web browser you most likely have running. Your email client. Drobbox (or similar file syncing utility many people use),... Basically EVERYTHING that is running on your Mac it taking up virtual memory page table entries residing in kernel address space managed by the operating system.
If you have 1 app that really needs a ton of virtual address space, then if you are getting this error message, you need to stop running other apps to make more virtual memory page table entries available for the huge consumer. Or if you can add more RAM, you do that, so that there is more physical RAM for the operating system to manage virtual memory page tables.
If you are not running an app that consumes lots of memory, then it is also possible to have this problem if you have an app that has a bug in it, and it is going crazy allocating virtual memory, eating up kernel virtual memory page table entries.