search for: 8gib

Displaying 14 results from an estimated 14 matches for "8gib".

Did you mean: 8gb
2015 Apr 09
2
Using memdisk with grub2 and a compressed iso
...and then fails with: Ramdisk at 0x37979000, length 0x0033b298 gzip image: decompressed addr 0x7f7f7000, len 0x00008f58: failed Decompression error: output buffer overrun FWIW, my-image.iso.gz is 3388055 bytes long compressed, and 9394176 bytes long uncompressed. The box in question has 8GiB of RAM. 1) I have tried this with memdisk from syslinux 4.02, 4.05, and 6.03. Same failure each time. 2) Changing the level of compression (i.e. gzip -1 instead of gzip -9) does not make it work. 3) Doing the same thing with grub1 (version 0.97), but using the same image and same version of memdi...
2013 Aug 07
1
[PATCH] drm/nouveau: mark last megabyte as usable
...;size >> 12) - rsvd_head; ret = nouveau_mm_init(&pfb->vram, offset, length, 1); } else { /* otherwise, address lowest common amount from 0GiB */ @@ -167,7 +166,7 @@ nvc0_ram_create(struct nouveau_object *parent, struct nouveau_object *engine, /* and the rest starting from (8GiB + common_size) */ offset = (0x0200000000ULL >> 12) + (bsize << 8); - length = (ram->size >> 12) - (bsize << 8) - rsvd_tail; + length = (ram->size >> 12) - (bsize << 8); ret = nouveau_mm_init(&pfb->vram, offset, length, 0); if (ret)
2010 Jul 07
2
[XCP] Strange bug this avaible memory for guests
I got really strange situation with memory on host: xe host-list params=memory-free memory-free ( RO) : 10305536 (10Mb) xe host-compute-free-memory 3147059200 (3Gb) A huge difference! And xentop show different numbers too! I will keep this host online "as is" and I am ready to provide information for debbugging or perform needed actions. -- wBR,George.
2014 Mar 09
2
Syslinux EFI + TFTPBOOT Support
...ode so you can have (1) 4vCPU VM with most of the RAM of the entire server. 2 Intel Xeon x55xx constitute 2 NUMA nodes so you can up to the vCPU count of the number of available cores in a socket and up to the available RAM directly controlled by that socket. If we had 2 Intel Xeon E5530 with (6) 8GiB DIMMs, the best we could do for a single VM on this otherwise idle host is 4vCPUs and 22-24 GiB RAM. -- -Gene
2013 Jan 21
2
size units in xen-create-image, and other newbie doubts
...md (RAID1), will the domUs see LVM disks as xvds by default? Regardless of whether i create them directly with LVM or using xen-create-image? Sorry for all the questions, i'll glady take pointers to detailed howtos and mans. Eh, the hardware's an Asus M2NPV-VM motherboard with an Ahlon64, 8GiB DDR2 RAM and two SATA drives, one 160GB and one 1TB. 159GB are RAIDed and those and the remainder are LVMed into two VGs. There's an onboard nvidia Geforce and a PCI ATI/Asus Radeon HD 50** (i'd like to passthrough it to the desktop PV eventually). There's a lot i want to do, i welcome...
2015 Apr 09
0
Using memdisk with grub2 and a compressed iso
...t; Ramdisk at 0x37979000, length 0x0033b298 > gzip image: decompressed addr 0x7f7f7000, len 0x00008f58: failed > Decompression error: output buffer overrun > > FWIW, my-image.iso.gz is 3388055 bytes long compressed, and 9394176 bytes long uncompressed. The box in question has 8GiB of RAM. > > 1) I have tried this with memdisk from syslinux 4.02, 4.05, and 6.03. Same failure each time. > 2) Changing the level of compression (i.e. gzip -1 instead of gzip -9) does not make it work. > 3) Doing the same thing with grub1 (version 0.97), but using the same image and s...
2009 Dec 04
0
Slow (RAM?) performance using Xen (3.2.3) kernel -- dual AMD Opteron (h2000m)
Greetings, I have 3 SLES 10 SP3 servers running Xen (3.2.3). The motherboard is a Tyan S3992 h2000M and I have dual quad-core AMD Opterons wit 8GiB RAM. The board''s BIOS is up to date. When I boot the Xen kernel, memory performance seems very slow: $ time memhog 100m mbind: Function not implemented get_mempolicy: Function not implemented .......... real 0m1.117s user 0m0.148s sys 0m0.944s With the non-Xen SMP kernel, the perform...
2010 Jul 28
2
memory problem for scatterplot using ggplot
Dear all, I have a memory problem in making a scatter plot of my 17.5 million-pair datasets. My intention to use the "ggplot" package and use the "bin2d". Please find the attached script for more details. Could somebody please give me any clues or tips to solve my problem?? please ... Just for additional information: I'm running my R script on my 32-bit machine: Ubuntu
2019 Apr 28
3
help install
...e, I am coming to CentOS--or trying to. I don't know what information I can provide, but the bare-bones of the system are this: MOBO: Foxxconn G41MXE/G41MXS-K BIOS: American Megatrends id:0 version 080015, date 10/14/210 CPU: Intel Cor2Duo E8600 @ 3.33GHz Width 64 bits Closck 333MHz Memory 8Gib Display: NVidia GF 116 All of this worked perfectly with PCLOS for many years. Please help! Thanx--doug
2014 Mar 10
0
Syslinux EFI + TFTPBOOT Support
...1) 4vCPU VM with most of the > RAM of the entire server. 2 Intel Xeon x55xx constitute 2 NUMA nodes > so you can up to the vCPU count of the number of available cores in a > socket and up to the available RAM directly controlled by that socket. > If we had 2 Intel Xeon E5530 with (6) 8GiB DIMMs, the best we could > do for a single VM on this otherwise idle host is 4vCPUs and 22-24 GiB > RAM. > > -- -Gene Hi Gene, Thanks for your explanation. Today I did two more tests here. All were done with Syslinux 6.03-pre6. First one is for the real machine (Lenovo X230, Intel CPU...
2010 Mar 03
4
Windows 2003 domU can not use 7G RAM ?
I installed a 32 bit Windows 2003 enterprise edtion domU. xm list shows the domU has 7G RAM. But Windows 2003 shows only 3.75G RAM. I do not know what''s wrong. Anyone knows? [root@sjd-hot w2k3e]# xm info host : sjd-hot.rashost.com release : 2.6.18.8-xen version : #1 SMP Fri Nov 27 03:53:01 UTC 2009 machine : x86_64 nr_cpus
2014 Mar 08
4
Syslinux EFI + TFTPBOOT Support
On Mar 8, 2014 10:08 AM, "Gene Cumm" <gene.cumm at gmail.com> wrote: > > On Mar 8, 2014 9:27 AM, "Steven Shiau" <steven at nchc.org.tw> wrote: > > > > > > > > On 03/08/2014 10:06 PM, Gene Cumm wrote: > > >> Hi Gene, > > >> > Thanks. As you suggested, I did a test about 6.03-pre6, and I still got > >
2009 Jun 25
8
Xen network tune for fileserver in DomU
Hello, gentlemen I need wise advice about how to tune  network for performance usage file server under domU I use bridged network. On dom0 network settings are: auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 up /etc/xen/scripts/network-bridge start bridge=br0 netdev=eth0 up ifconfig br0 up #up route add default gw
2010 Jul 07
2
Bug#588310: Xen enabled kernel cannot find the / partition
...es: internal write-back unified *-cpu:1 DISABLED description: CPU [empty] vendor: Intel physical id: 401 slot: CPU2 *-memory description: System Memory physical id: 1000 slot: System board or motherboard size: 8GiB *-bank:0 description: DIMM Synchronous [empty] physical id: 0 slot: DIMM_A1 width: 64 bits *-bank:1 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M393B5673FH0-CH9 vendor: 00CE00B380...