Jump to content
2 posts in this topic

Recommended Posts

From a Google search, the error means you have maxed out the number of processes that can be spawned. Which means you may have something running away and creating processes that you don't need.

 

First simple suggested fix is to delete these two files and reboot:

/Library/Caches/com.apple.LaunchServices.6B.csstore

~/Library/Preferences/com.apple.LaunchServices.plist

Second suggestion is to turn off Windows sharing (if you have it on) and reboot.

 

Third suggestion was if you need Windows sharing, then edit a Samba file. In the file, you find the line "/usr/sbin/smbd" and then after that, add a new line with "-F". Read about "The Fix": http://www.macwindows.com/OSXServer.html#608

×
×
  • Create New...