Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Limit jobs per node
- Date: Wed, 04 Apr 2018 12:49:13 -0500
- From: Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx>
- Subject: 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