On one of my PCs I ran into the process table full / cannot fork trouble, so I decided to make a single change in the GENERIC kernel config: I bumped up the maxusers setting to 128.
Config warned me that "config: warning: maxusers (128) > 100". I grepped around in /usr/src/usr.sbin/config and found this comes from sem.c but this knowledge doesn't help me all that much. Is there a way to get a bigger process table? Regards, Sico. --

