similar to: Number of Calls

Displaying 20 results from an estimated 2000 matches similar to: "Number of Calls"

2010 Jun 05
20
How many guests
Hi Everyone, I have a Dell R210 server which has a Xeon X3430 Quad Core CPU (2.4Ghz x 4) with 8GB of RAM. I intend to use the H200 controller in a RAID1 setup How many VMs do you think I''d be able to run on this machine? Is 20 pushing it? I''d say most (if not all) guests would be in PV mode. Thanks _______________________________________________ Xen-users mailing list
2010 Jun 08
21
My future plan
My future plan currently looks like this for my VPS hosting solution, so any feedback would be appreciated: Each Node: Dell R210 Intel X3430 Quad Core 8GB RAM Intel PT 1Gbps Server Dual Port NIC using linux "bonding" Small pair of HDDs for OS (Probably in RAID1) Each node will run about 10 - 15 customer guests Storage Server: Some Intel Quad Core Chip 2GB RAM (Maybe more?) LSI
2013 Jun 19
8
[PATCH 1/2] cpufreq, powernow: enable/disable core performance boost for all cpus in policy
Currently, enable/disable turbo mode on AMD is broken: $ xenpm enable-turbo-mode 0 <-- works and proper CPU MSR bit is set $ xenpm enable-turbo-mode 1 <-- silently broken, MSR bit not set Since ->turbo is per policy, when user requests to enable/disable turbo mode, we need to set the bit in all of the ->cpus that this policy affects. --- xen/arch/x86/acpi/cpufreq/powernow.c | 2
2017 Oct 03
2
Intel turbo mode
Stephen John Smoogen <smooge at gmail.com> writes: > On 1 October 2017 at 11:34, hw <hw at adminart.net> wrote: >> Hi, >> >> is there a way in Centos to find out if the Intel turbo mode will be >> used? >> >> Using the 'stress' utility and checking the frequency with cpupower >> tells me that a CPU is running at it?s maximum
2017 Oct 01
2
Intel turbo mode
Hi, is there a way in Centos to find out if the Intel turbo mode will be used? Using the 'stress' utility and checking the frequency with cpupower tells me that a CPU is running at it?s maximum frequency as reported by cpupower --- and this frequency is less than the frequency it would run at if it used the turbo mode. All the other CPUs are at their minimum frequency. I have verified
2020 Apr 08
3
Building libjpeg-turbo with LTO
Hi, I have tried to build libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo> with LTO in LLVM, using both clangbut get many errors in lld that look like the following: ld: error: undefined symbol: jpeg_std_error >>> referenced by jcstest.c:76 >>> lto.tmp:(main) ld: error: undefined symbol: jpeg_CreateCompress >>> referenced by
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2013 Jun 20
3
[PATCH V2 1/2] cpufreq, xenpm: fix cpufreq and xenpm mismatch
Currently cpufreq and xenpm are out of sync. Fix cpufreq reporting of if turbo mode is enabled or not. Fix xenpm to not decode for tristate, but a boolean. Signed-off-by: Jacob Shin <jacob.shin@amd.com> --- tools/misc/xenpm.c | 14 +++----------- xen/drivers/cpufreq/utility.c | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/tools/misc/xenpm.c
2011 Feb 01
3
Asterisk Performance
Hi Asterisk Users, I would like to handle about 250 simultaneous (calls & agents only) calls with PRI or a SIP trunk with the following configuration Dell R710 Dual Intel? Xeon? X5650, 2.66Ghz, 12M Cache,Turbo, HT, 1333MHz or Single Intel? Xeon? X5650, 2.66Ghz, 12M Cache,Turbo, HT, 1333MHz Memory 12GB, 1333MHz RAID 1 - 1 Tb X 2 Is that possible?? Kind Regards Juan. Linux User #441131
2004 Apr 21
1
AD and home directory on Linux
I'm trying to get my home directory (automaticly) mounted from the AD server via SMB - I can't (don't want to) use NFS, because that fucks up the file modes (even with SFU it's not compatible enough). Using LibNSS/LDAP and LibPAM/{LDAP,Krb5} will authenticate me, get me a ticket and overall work exactly as planed. However, my home directory isn't availible (I had to create
2011 May 10
14
Puppet Master System Requirements
I''ve been messing around with Puppet on a VM on my personal desktop. It looks descent. I was wondering what kind of load this thing would have managing about 400 nodes. Does this thing require a beefy server? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To
2020 Apr 09
3
Building libjpeg-turbo with LTO
Adding a couple of lld folks. I helped Shishir debug this, the link line looked like: /home/sjessu/build/bin/clang -O0 -flto -o jcstest jcstest.o ./.libs/libjpeg.a and the issue was that libjpeg.a was created with the system ar instead of llvm-ar. It worked when recreating libjpeg.a with llvm-ar. I noticed that the lld code has some special handling for the case when there is a missing
2011 Aug 06
1
F15 / Wine / StarCraft2 / libjpeg8 not found.
Hello, I'm using Fedora 15 and trying to use Wine to install Star Craft 2. I'm seeing the following error when attempting to run the Installer: err:wincodecs:JpegDecoder_CreateInstance Failed reading JPEG because unable to find libjpeg.so.8 I've installed all the libjpeg packages I thought might be required: Installed Packages libjpeg-turbo.i686 1.1.1-1.fc15
2006 Jul 10
1
help with eBay turbo lister
Hello, Has anyone got eBay's turbo lister up and running on Wine? i could use a little help please. I'm currently using Mepis 6.0 Rc2 and for the first time i was able to successfully install wine 9.16 with IE 6 :) Then used IE to download turbo lister which seemed to install ok and created a desktop icon for itself. Now when i try to open turbo lister.... nothing happens, seems like the
2012 Aug 16
5
[PATCH] AMD, powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_HW_ALL
# HG changeset patch # User Boris Ostrovsky <boris.ostrovsky@amd.com> # Date 1345135101 -7200 # Node ID 85190245a94d9945b7656c971ba36f7d1eff5c19 # Parent 6d56e31fe1e1dc793379d662a36ff1731760eb0c AMD, powernow: Update P-state directly when _PSD''s CoordType is DOMAIN_COORD_TYPE_HW_ALL When _PSD''s CoordType is DOMAIN_COORD_TYPE_HW_ALL (i.e. shared_type is
2007 Oct 13
3
'Start' in extension rules
I can't seem to get the [s]tart to work in my extensions... ----- s n i p ----- [default] exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-BUSY,1,Voicemail(${EXTEN}, b) exten => 2403,1,Dial(sip/${EXTEN},20,t) exten => _X.,2,Playback(pbx-invalid) ----- s n i p ----- If I dial '2403' with is off-hook, I don't get to the voice mail, I get the playback... Setting
2009 Sep 30
4
deliver: Fatal: setgid(114) failed with euid=8, gid=8, egid=8: Operation not permitted
I'm calling 'deliver' from Postfix and in some cases from Procmail. I set this system up more than six months ago and it's been working flawlessly until yesterday (16:52:19 local time) when it, without any apparent reason, just stopped delivering mails! Lots of checking and googling (I've forgot how exacly I setup the system :), I made 'deliver' SUID and it worked
2016 Sep 16
1
blazer_usb MEC0002 problem Fry's Electronics (Turbo-X) [HID PDC?]
> that string shows up here, among other places: > > https://github.com/networkupstools/nut/blob/master/drivers/nutdrv_qx.c#L764 > > but if the upsilon screen isn't showing many values, I'm not sure if that > version is going to help. Are there any other settings to select a > different model or protocol? Here is the output of #/etc/upsilon/upsilon config hope
2009 Mar 05
2
Turbo Lister eBay problems.
I am trying to install TURBO LISTER from eBay. I get these errors in the Terminal (Ubuntu). First a million "Fix Me"s and then these: err:msi:msi_cabextract FDICopy failed err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab" err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 err:ole:ClientRpcChannelBuffer_SendReceive
2010 Jan 30
1
Multiple RAID support in CentOS?
Hello, I was wondering if someone could help me, I'm putting together a Server for personal use, I want to virtualize a few servers(mail, web, ssh) and use it as a NAS, but I have a question if I can use Multiple RAID Arrays using the following HW: Intel Xeon Quad Core X3430 ASUS P7F-M LGA 1156 - LSI MegaRAID(integrated) - HighPoint RocketRAID 2640x1 2 Hitachi 500GB HDDs 4 Hitachi 1TB HDDs