Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Sysbuilld cron under -current amd64



On Wed, 29 Jan 2014, Christos Zoulas wrote:

Makes sense. On my build machines I run build.sh -j 40 typically; there the
maxproc limit is 1044...


I just run my builds after raising relevant quotas to the max:

        for q in d n p r ; do
                ulimit -${q} $(ulimit -H -${q})
        done

:)


-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index