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

Re: [Condor-users] Computing speed slows down gradually.



What's slow? The matchmaking of jobs to the machine? Or the actual execution of your processes is taking longer and longer on the machines as time progresses?

If it's the latter: check for memory leaks. That sounds like a system that's doing a lot of paging in and out of disk.

- Ian