Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] 8.0 scheduler crash
- Date: Thu, 6 Feb 2014 20:05:08 -0600
- From: Daniel Forrest <dan.forrest@xxxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] 8.0 scheduler crash
Rita,
> around ~2 gigs
>
> MAX_SCHEDD_LOG is set to
> 10000000000
>
> Its large...
So it's hitting a 2GB limit. Are you on a 32-bit OS?
I would change MAX_SCHEDD_LOG to 2000000000 (2GB) and then restart the
scheduler. And if any of the other MAX_*_LOG values are larger than
2GB you should lower them also.
Is there some reason you want that large of a log file?
--
Dan