Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] Fedora Core 2 Support?
- Date: Wed, 26 May 2004 17:44:33 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [condor-users] Fedora Core 2 Support?
On Wed, May 26, 2004 at 04:15:23PM -0500, Aaron Suggs wrote:
>
> (Note, this is the gatekeeper, so Condor should be running with root
> privileges). What would cause calc_phys_mem() to not work?
core-2 uses the 2.6 kernel. On linux, we calculate physical memory
by looking in /proc/meminfo, we're expecting it to look like:
/*
// The /proc/meminfo looks something like this:
// total: used: free: shared: buffers: cached:
//Mem: 19578880 19374080 204800 7671808 1191936 8253440
//Swap: 42831872 8368128 34463744
//MemTotal: 19120 kB
//MemFree: 200 kB
//MemShared: 7492 kB
//Buffers: 1164 kB
//Cached: 8060 kB
//SwapTotal: 41828 kB
//SwapFree: 33656 kB
*/
It'd be helpful to us if you could send us the output of 'cat /proc/meminfo'
Thanks,
-Erik
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>