[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] HTcondor disk resource related queries
- Date: Thu, 29 Jun 2023 13:18:19 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] HTcondor disk resource related queries
Because of implementation details, HTCondor always quantizes
allocated disk to ~.1% increments of the total disk. In your case, that's
~ 4GB. To make sure as much disk as was requested is allocated, we always
"round up" when quantizing.
- ToddM