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

Re: [condor-users] Memory in a Virtual Machine



> >What if, instead, you do:
> >
> >  NUM_CPUS = 1
> >  MEMORY = 2015 
> 
> That works, it starts a single Virtual Machine and displays the amount 
> of memory as 2015. However, if I comment out the MEMORY part and just 
> leave the NUM_CPUS = 1, condor_status -l shows the memory as 503 (just 
> to reaffirm there is 2GB of physical ram on the machine).
> 
> I thought Condor automatically detects how much memory a machine has?

it does, and then it divides it by the number of processors it thinks you have,
which looks like 4 (or 2 with hyperthreading).  when you then "lie" to it about
the number of processors, it doesn't redistribute the RAM.

more info can be found here:
  http://www.cs.wisc.edu/condor/manual/v6.6/3_10Setting_Up.html#sec:Configuring-SMP


cheers,
-zach

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>