Am 07.05.2008 um 01:29 schrieb Roussanka Loukanova:

> /Users/rosi/bin/simpdftexnodel.sh: fork: Resource temporarily  
> unavailable
> /Users/rosi/bin/simpdftexnodel.sh: fork: Resource temporarily  
> unavailable
> /Users/rosi/bin/simpdftexnodel.sh: fork: Resource temporarily  
> unavailable


You have too many processes running! The process failed therefore.  
Either close some applications, or reboot – but before you do so you  
could upgrade your system to allow more processes.

Create a file /etc/launchctl.conf (or /etc/launchd.conf) and insert a  
line like

        limit maxproc 256 532

(to allow more open files, you could add another line: limit maxfiles  
2048 8192)

In both cases the first value is the limit for users, the second  
value is meant for the whole system. The maximal number of processes  
is limited by a variable in the kernel: 532.

To create the file you need 'elevated privileges,' i.e., use sudo.

--
Greetings

   Pete

If my theory of relativity is proven successful, Germany will claim  
me as a German, and France will declare that I am a citizen of the  
world. Should my theory prove untrue, France will say that I am a  
German, and Germany will declare that I am a Jew.
                                – Albert Einstein, 1929




--~--~---------~--~----~------------~-------~--~----~
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to