Oct 10, 2002 #1 danjo Programmer Oct 10, 2002 4 CA What does 'Cannot fork' mean? how to solve the problem?
Oct 11, 2002 #2 DSMARWAY Technical User Jun 25, 2002 640 GB hi, you need to increase the NPROC kernel parameter basically this is the number of processes allowed on the system ( ps -eaf | wc -l ) MAXUP paramter is also used but is dependent to each user to change parameter cd /etc/conf/cf.d run ./configure choose option processes, mem management change value relink kernel i think it may need a reboot. ( it will tell you ) Upvote 0 Downvote
hi, you need to increase the NPROC kernel parameter basically this is the number of processes allowed on the system ( ps -eaf | wc -l ) MAXUP paramter is also used but is dependent to each user to change parameter cd /etc/conf/cf.d run ./configure choose option processes, mem management change value relink kernel i think it may need a reboot. ( it will tell you )