Dear Friends I have a server with 4 * 8 (core) CPU, all 32 core with hyper threat I have 64 I installed CentOS 6.3 64 bit and install my software but when I run job and check, Maximum 16 core use in my system what is your idea? thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Sat, Mar 02, 2013 at 09:23:46AM +0000, Mohammad Reza Gerami wrote:> Dear Friends > > I have a server with 4 * 8 (core) CPU, all 32 core with hyper threat I have 64 > I installed CentOS 6.3 64 bit and install my software > but when I run job and check, Maximum 16 core use in my system >What do you mean by "run job and check"? How many CPUs are there in your /proc/cpuinfo? If you''re seeing 64 CPUs, you''re probably hitting limits in your guests. Wei.> what is your idea? > > thank you> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
Dear Wei Liu *Thanks for your response* *I have 4 cpu with 8 core, and with hyper threat I have 64, but my application run with root or other only use maximum 16 core* *my OS is centos 6.3 64bit , where can I check for limitation of cpus? * *tnx a lot * On Tue, Mar 5, 2013 at 8:52 PM, Wei Liu <wei.liu2@citrix.com> wrote:> On Sat, Mar 02, 2013 at 09:23:46AM +0000, Mohammad Reza Gerami wrote: > > Dear Friends > > > > I have a server with 4 * 8 (core) CPU, all 32 core with hyper threat I > have 64 > > I installed CentOS 6.3 64 bit and install my software > > but when I run job and check, Maximum 16 core use in my system > > > > What do you mean by "run job and check"? How many CPUs are there in your > /proc/cpuinfo? If you''re seeing 64 CPUs, you''re probably hitting limits > in your guests. > > > Wei. > > > what is your idea? > > > > thank you > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xen.org > > http://lists.xen.org/xen-users > >-- *Best Regards Mohammad Reza Gerami _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Please don''t top-post. On Wed, Mar 06, 2013 at 05:54:37AM +0000, Mohammad Reza Gerami wrote:> Dear Wei Liu > Thanks for your response > I have 4 cpu with 8 core, and with hyper threat I have 64, but my application run with root or other only use maximum 16 core > my OS is centos 6.3 64bit , where can I check for limitation of cpus? > tnx a lot >As I said in my previous email, check out /proc/cpuinfo. If you see only 16 CPUs, you need to check your Xen / guest configuration. If you can see 64 CPUs, it should be your guest or application configuration problem. Wei.> On Tue, Mar 5, 2013 at 8:52 PM, Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>> wrote: > On Sat, Mar 02, 2013 at 09:23:46AM +0000, Mohammad Reza Gerami wrote: > > Dear Friends > > > > I have a server with 4 * 8 (core) CPU, all 32 core with hyper threat I have 64 > > I installed CentOS 6.3 64 bit and install my software > > but when I run job and check, Maximum 16 core use in my system > > > > What do you mean by "run job and check"? How many CPUs are there in your > /proc/cpuinfo? If you''re seeing 64 CPUs, you''re probably hitting limits > in your guests. > > > Wei. > > > what is your idea? > > > > thank you > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xen.org<mailto:Xen-users@lists.xen.org> > > http://lists.xen.org/xen-users > > > > > -- > *Best Regards > Mohammad Reza Gerami > > > >
I have the same problem on CentOS 6.3 :- /proc/cpuinfo shows only 16 VCPUs. It should have 24 VCPUs based on the HW config:- Hyperthreaded 2 x Intel Xeon E5-2620 uname -a says :- 3.7.9-1.el6xen.x86_64 xen-hypervisor-4.2.1-4.el6.x86_64 xen-runtime-4.2.1-4.el6.x86_64 kernel-xen-release-6-4.noarch xen-libs-4.2.1-4.el6.x86_64 kernel-xen-firmware-3.7.9-1.el6xen.x86_64 xen-4.2.1-4.el6.x86_64 xen-licenses-4.2.1-4.el6.x86_64 kernel-xen-3.7.9-1.el6xen.x86 grub.conf looks like this :- title CentOS (3.7.9-1.el6xen.x86_64) root (hd0,0) kernel /xen.gz dom0_mem=4000M cpufreq=xen dom0_max_vcpus=24 dom0_vcpus_pin module /vmlinuz-3.7.9-1.el6xen.x86_64 ro root=UUID=eb4db58b-650a-47dc-a8e2-9e7cc6680903 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 quiet SYSFONT=latarcyrheb-sun16 rd_MD_UUID=79d39968:505cc18a:ee7a4c34:41b4a178 rhgb crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM module /initramfs-3.7.9-1.el6xen.x86_64.img -Tarun _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
What does ''xl info'' show? On Thu, Mar 7, 2013 at 4:41 PM, Tarun Dua <tarundua@gmail.com> wrote:> I have the same problem on CentOS 6.3 :- > > /proc/cpuinfo shows only 16 VCPUs. > > It should have 24 VCPUs based on the HW config:- Hyperthreaded 2 x Intel > Xeon E5-2620 > > uname -a says :- > > 3.7.9-1.el6xen.x86_64 > > xen-hypervisor-4.2.1-4.el6.x86_64 > xen-runtime-4.2.1-4.el6.x86_64 > kernel-xen-release-6-4.noarch > xen-libs-4.2.1-4.el6.x86_64 > kernel-xen-firmware-3.7.9-1.el6xen.x86_64 > xen-4.2.1-4.el6.x86_64 > xen-licenses-4.2.1-4.el6.x86_64 > kernel-xen-3.7.9-1.el6xen.x86 > > grub.conf looks like this :- > > title CentOS (3.7.9-1.el6xen.x86_64) > root (hd0,0) > kernel /xen.gz dom0_mem=4000M cpufreq=xen dom0_max_vcpus=24 > dom0_vcpus_pin > module /vmlinuz-3.7.9-1.el6xen.x86_64 ro > root=UUID=eb4db58b-650a-47dc-a8e2-9e7cc6680903 rd_NO_LUKS rd_NO_LVM > LANG=en_US.UTF-8 quiet SYSFONT=latarcyrheb-sun16 > rd_MD_UUID=79d39968:505cc18a:ee7a4c34:41b4a178 rhgb crashkernel=auto > KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM > module /initramfs-3.7.9-1.el6xen.x86_64.img > -Tarun > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
release : 3.7.9-1.el6xen.x86_64 version : #1 SMP Mon Feb 18 14:46:35 EST 2013 machine : x86_64 nr_cpus : 24 max_cpu_id : 127 nr_nodes : 1 cores_per_socket : 6 threads_per_core : 2 cpu_mhz : 1995 hw_caps : bfebfbff:2c100800:00000000:00003f40:17bee3ff:00000000:00000001:00000000 virt_caps : hvm total_memory : 65459 free_memory : 7246 sharing_freed_memory : 0 sharing_used_memory : 0 free_cpus : 0 xen_major : 4 xen_minor : 2 xen_extra : .1 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : dom0_mem=4000M cpufreq=xen dom0_max_vcpus=24 dom0_vcpus_pin cc_compiler : gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4) cc_compile_by : mockbuild cc_compile_domain : crc.id.au cc_compile_date : Sat Feb 16 19:16:38 EST 2013 xend_config_format : 4 On Fri, Mar 8, 2013 at 10:02 AM, Wayne Egerer <ps2wayne@gmail.com> wrote:> What does ''xl info'' show? > > > On Thu, Mar 7, 2013 at 4:41 PM, Tarun Dua <tarundua@gmail.com> wrote: > >> I have the same problem on CentOS 6.3 :- >> >> /proc/cpuinfo shows only 16 VCPUs. >> >> It should have 24 VCPUs based on the HW config:- Hyperthreaded 2 x Intel >> Xeon E5-2620 >> >> uname -a says :- >> >> 3.7.9-1.el6xen.x86_64 >> >> xen-hypervisor-4.2.1-4.el6.x86_64 >> xen-runtime-4.2.1-4.el6.x86_64 >> kernel-xen-release-6-4.noarch >> xen-libs-4.2.1-4.el6.x86_64 >> kernel-xen-firmware-3.7.9-1.el6xen.x86_64 >> xen-4.2.1-4.el6.x86_64 >> xen-licenses-4.2.1-4.el6.x86_64 >> kernel-xen-3.7.9-1.el6xen.x86 >> >> grub.conf looks like this :- >> >> title CentOS (3.7.9-1.el6xen.x86_64) >> root (hd0,0) >> kernel /xen.gz dom0_mem=4000M cpufreq=xen dom0_max_vcpus=24 >> dom0_vcpus_pin >> module /vmlinuz-3.7.9-1.el6xen.x86_64 ro >> root=UUID=eb4db58b-650a-47dc-a8e2-9e7cc6680903 rd_NO_LUKS rd_NO_LVM >> LANG=en_US.UTF-8 quiet SYSFONT=latarcyrheb-sun16 >> rd_MD_UUID=79d39968:505cc18a:ee7a4c34:41b4a178 rhgb crashkernel=auto >> KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM >> module /initramfs-3.7.9-1.el6xen.x86_64.img >> -Tarun >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xen.org >> http://lists.xen.org/xen-users >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users