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

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