search for: 6144

Displaying 20 results from an estimated 185 matches for "6144".

Did you mean: 61,4
2017 Aug 26
2
Register Allocation and Scheduling Issues
...048] P_2048B_VADD R_0, R_1, R_0 P_2048B_STORE_DWORD Pword ptr [rip + a+2048], R_0 P_2048B_LOAD_DWORD R_0, Pword ptr [rip + b+4096] P_2048B_LOAD_DWORD R_1, Pword ptr [rip + c+4096] P_2048B_VADD R_0, R_1, R_0 P_2048B_STORE_DWORD Pword ptr [rip + a+4096], R_0 P_2048B_LOAD_DWORD R_0, Pword ptr [rip + b+6144] P_2048B_LOAD_DWORD R_1, Pword ptr [rip + c+6144] P_2048B_VADD R_0, R_1, R_0 P_2048B_STORE_DWORD Pword ptr [rip + a+6144], R_0 Please help. I am stuck here. Thank You -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attac...
2006 Oct 15
2
[Fwd: [ wxruby-Bugs-6144 ] error: cast from ‘void*’ to ‘int’ loses precision]
I think we can mark this bug closed and check in the patch. Anyone have any concerns/questions before I do? Roy -------- Original Message -------- Subject: [ wxruby-Bugs-6144 ] error: cast from ?void*? to ?int? loses precision Date: Sun, 15 Oct 2006 08:37:31 -0400 (EDT) From: <noreply at rubyforge.org> To: noreply at rubyforge.org Bugs item #6144, was opened at 2006-10-15 00:04 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid...
2014 Sep 12
1
Inconsistent behavior between x86_64 and ppc64 when creating guests with NUMA node placement
...mory> <currentMemory unit='KiB'>8388608</currentMemory> <vcpu placement='static'>4</vcpu> ... <cpu> <topology sockets='4' cores='1' threads='1'/> <numa> <cell cpus='0-2' memory='6144'/> <cell cpus='3' memory='2048'/> </numa> </cpu> However, on ppc64 this causes the following error: error: Failed to create domain from sample_guest.xml error: internal error: early end of file from monitor: possible problem: 2014-09-11T18:4...
2008 Jun 16
2
unable to access Linux HVM via xm console - Could not read tty from store: No such file or directory
...HMV. For the setup I used VNC, but I would prefer to be able to access it via "xm console cPanel" via SSH directly. Here''s the output cPanel HVM: [root@pc-00059 ~]# more /etc/xen/cPanel name = "cPanel" uuid = "ff940501-507d-04ca-e590-831e79ba0397" maxmem = 6144 memory = 6144 vcpus = 2 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "c" pae = 1 acpi = 0 apic = 0 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" device_model = "/usr/lib64/xen/bin/qemu-dm" sd...
2009 Feb 02
4
Xen 3.3.0 cpu cache problems
Dear Xen users, I have a problem with "Xen 3.3.0". All domU (paravirt) only have "32 KB" of cache instead of "6144 KB" as listed in dom0. This is really noticeable under load since the system tends to be really slow. I did not have this problem with "Xen 3.2.1". I''m using the same domU configuration files for the new and the old installation. Look at the field, cache size. *"c...
2008 Jun 17
4
Re: unable to access Linux HVM via xm console - Couldnot read tty from store: No such file or directory
...e to access it via "xm console cPanel" via SSH directly. >> >> Here''s the output cPanel HVM: >> >> [root@pc-00059 ~]# more /etc/xen/cPanel >> name = "cPanel" >> uuid = "ff940501-507d-04ca-e590-831e79ba0397" >> maxmem = 6144 >> memory = 6144 >> vcpus = 2 >> builder = "hvm" >> kernel = "/usr/lib/xen/boot/hvmloader" >> boot = "c" >> pae = 1 >> acpi = 0 >> apic = 0 >> on_poweroff = "destroy" >> on_reboot = "restart&quo...
2011 Dec 31
1
Histogram omitting/collapsing groups
...bining some data. Here's the command I ran to get the histogram: > histinfo <- hist(crashes$hour, right=FALSE) Here's histinfo: > histinfo $breaks ?[1] ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 $counts ?[1] ?4755 ?4618 ?5959 ?3292 ?2378 ?2715 ?4592 ?6144 ?6860 ?5598 ?5601 ?6596 ?7152 ?7490 ?8166 [16] ?9758 11301 11745 ?9943 ?7494 ?6272 ?6220 11669 $intensities ?[1] 0.03041876 0.02954234 0.03812101 0.02105963 0.01521258 0.01736844 0.02937602 0.03930449 ?[9] 0.04388490 0.03581161 0.03583081 0.04219604 0.04575289 0.04791515 0.05223967 0.06242403 [17]...
2014 Jun 12
1
Xen PV domU reported as Xen-HVM
...e domU on Xen 4.1 reports itself as Xen PV while the domU on Xen4CentOS reports itself as Xen HVM. == First domU == virt-what and cPanel scripts report domU as: xenpv dom0: 2.6.18-371.6.1.el5xen Xen 4.1.2 domU Config: bootloader = '/usr/bin/pygrub' extra = '' memory = 6144 hostname = 'web2.x.ca' cpu_weight = 256 name = 'vm115' vif = ['ip=205.X.X.X, vifname=vifvm115.0, mac=00:16:3e:7a:X:X'] vnc = 0 vcpus = 6 vncviewer = 0 serial = 'pty' disk = ['phy:/dev/xen/vm115_img,xvda1,w', 'phy:/dev...
2003 Nov 14
2
writeChar potential buffer overrun (PR#5090)
Trying to copy the (binary) header of a input file directly to an output file, I've had repeatable seg faults. The call: writeChar(hdr, outfh, nchars=6144) when hdr just contains one empty string seems to be the culprit. The stack traces weren't all that illuminating, with sig 11 in memory-related functions following this. But in src/main/connections.c it looks like do_writechar doesn't check the length of strings when given an explicit nc...
2015 Aug 27
3
[Mesa-dev] gallium state tracker calls calloc for 0 sizes arrays ?
On Thu, Aug 27, 2015 at 1:59 PM, Alex Deucher <alexdeucher at gmail.com> wrote: > On Thu, Aug 27, 2015 at 1:55 PM, Hans de Goede <hdegoede at redhat.com> wrote: >> Hi, >> >> On 27-08-15 15:46, Marek Olšák wrote: >>> >>> On Thu, Aug 27, 2015 at 3:09 PM, Hans de Goede <hdegoede at redhat.com> >>> wrote: >>>>
2015 Aug 28
2
nv3x libreoffice impress opengl animations not working
...here should be no problems with them > expecting different llvm versions. > > I've done some further debugging adding some debug printf-s to the > texture creation paths for nv3x, this bit is interesting, glretrace > does: > > nv30_miptree_from_handle 1350x863 uniform_pitch 6144 usage 0 flags 0 > nv30_miptree_create 1350x863 uniform_pitch 5440 usage 0 flags 0 bind 1 > target 2 > > So it gets a texture from a handle, which I believe is the child-window > in which the animation will be shown, and then create another texture > with the same dimensions to ser...
2013 Jul 02
2
Samba Domain Rename
...amba 4 Domain in my production environment and everything is working fine but now for some reason I have to rename the domain Can you please help on this, I need to do this asap Waiting for your response??? Many Thanks, Sandeep Kumar *Arbor Financial Systems Ltd*** Direct: +91 172 400 6144 Support: +44 (0) 203 070 9650 www.arborfs.com -- www.arborfs.com This e-mail and any attachment are confidential and contain proprietary information, some or all of which may be legally privileged. It is intended solely for the use of the individual or entity to which it is addressed. I...
2011 Jun 27
4
How many L1/L2 my cpu have ?
...ns/e/ec/Dual_Core_Generic.svg* ######################### >From /proc/cpuinfo we see that CPU have 6MB L2 cache, but we see it doubled and it's not true because according Intel specification we know that this CPU have shared L2 cache. *grep 'cache size' /proc/cpuinfo * cache size : 6144 KB cache size : 6144 KB ################################### Here we can see that cpu have 6MiB L2 cache and 64KiB L1 cache *dmesg |grep 'CPU: L' * CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 6144K L2 - true L1 - not true because each CPU core have 64 KiB memory cache (Inst...
2019 May 14
1
LDA-based vacation responses bouncing
...nto", "vacation"]; vacation :days 2 :subject "Helllo" "Hi"; Here is my doveconf -n: # 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.4 () # OS: Linux 4.9.0-8-amd64 x86_64 Debian 9.8 auth_worker_max_count = 120 default_client_limit = 6144 default_process_limit = 256 default_vsz_limit = 512 M dict { expire = mysql:/etc/dovecot/dovecot-dict-sql.conf quota = mysql:/etc/dovecot/dovecot-dict-sql.conf } disable_plaintext_auth = no first_valid_gid = 8 first_valid_uid = 8 last_valid_gid = 8 last_valid_uid = 8 listen = * login_greeting =...
2000 Feb 11
1
astonishing memory phenomenon
...free total (Mb) Ncells 61036 250000 4.8 Vcells 700956 786432 6.0 which is using about 2.67 MB RAM for double numbers. Trying for 3.05 MB fails (well, rep() obviously needs twice the memory, x <- double(700000) works) > x <- rep(1, 400000); gc(); rm(x); gc() Error: heap memory (6144 Kb) exhausted [needed 3125 Kb more] See "help(Memory)" on how to increase the heap size. Now character data, gc() tells us, that we need half that much RAM as compared to double numbers. for empty character WHATEVER SIZE THE CHARACTER DATA HAVE > x <- rep(paste(rep("0&...
2009 Jul 29
3
yum update broke ovirt
I did a yum update on my management server and now the ovirt gui is no longer accessable. Is it supposed to just work or do I need to do something after the yum update? Justin.
2017 Nov 07
3
Stability issues since moving to 4.6 - Kernel paging request bug + VM left in null state
...g with multiple bugs. One of the more common ones I've seen, is a VM on shutdown will remain in the null state and a kernel bug is thrown: xen001 log # xl list Name ID Mem VCPUs State Time(s) Domain-0 0 6144 24 r----- 6639.7 (null) 3 0 1 --pscd 36.3 [89920.839074] BUG: unable to handle kernel paging request at ffff88020ee9a000 [89920.839546] IP: [<ffffffff81430922>] __memcpy+0x12/0x20 [89920.839933] PGD 2008067 [89920.840022] PUD 1...
2012 Mar 14
6
Host does not support virtualization type 'xen'
Hello Community, I successfully installed and run xen (xm list and xm info can output appropriately). However, while I was installing domU image by using virt-install -p at domU OS. I encountered an error information" Host does not support virtualization type ''xen'' ". I built xen from source. Some of my friends have the same issue, but if they use pre-build xen, the
2009 Nov 12
0
Is NUMA working correctly?
...that xm info shows it is not working as expected though, below are details for the first node: Name ID Mem VCPUs State Time(s) Domain-0 0 4096 2 r----- 17413.5 mg4 28 6144 1 -b---- 27.3 mgweb 29 6144 1 -b---- 25.4 Name ID VCPU CPU State Time(s) CPU Affinity Domain-0 0 0 0 -b- 14763.1 0 Domain-0 0 1 1...
2000 Apr 07
1
No subject
Hi, I am currently using version 1.0.0 for windows. I am dealing with a large data set and I get the error message Error: heap memory (6144 Kb) exhausted [needed 1595 Kb more] See "help(Memory)" on how to increase the heap size. I looked the help but I didn't mange to increase the memory. Can you please help? Many Thanks Marco -------------- next part -------------- An HTML attachment was scrubbed... URL: http...