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

Re: [HTCondor-users] Limit jobs per node



On 04/04/2018 10:38 AM, Heiko Schroeter wrote:
> I like to upvote this request not only because of storage but also due
> to I/O limitations.

FWIW we had i/o problems with execute nodes untarring several large
tarballs at once. I added /etc/cgconfig.d/condor.conf

group htcondor {
    cpu {}
    cpuacct {}
    memory {}
    freezer {}
    blkio {

# 100MB/s
#
        blkio.throttle.write_bps_device = "8:0 104857600";
    }
}

and those problems seem to have gone away.

This is on centos 7, "stable" condor.

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu