search for: maxmem

Displaying 20 results from an estimated 368 matches for "maxmem".

2011 Dec 15
4
using maxmem
Hi, I am using xen 4.0.1 from debian Squeeze repositories and dom0 has kernel 2.6.32-5-xen-amd64(also stock debian). I wanted to set a high value to maxmem in my xmdomain.cfg vm config files so that I can increase memory as needed without rebooting. Unfortunately as soon as I set this paramater I see really wiered things. For example, I am trying to install a windows HVM guest. When maxmem is not set, the first screen of the installer appear after l...
2012 May 15
3
Missing memory when using maxmem
I am trying to allow domains'' memory allocation to be altered by using both the "memory" and "maxmem" options in my config files (i.e. set maxmem to some large value to allow the domain to be resized up to that amount, and memory to set the initial allocation). However I appear to lose potentially quite a large chunk of memory as I use a larger "maxmem" option. For instance if...
2006 Aug 24
1
What does Maxmem do?
Howdy, I''ve read on http://revu.tauware.de/revu1-incoming/xen-0604251805/xen-3.0.2/docs/misc/xen_config.html about the maxmem option? What it do? I don''t see any result... I ''ve thought that the memory will automatically scaled to maxmem... but xm top show only 128 mb reserver for the guest machine also during high loads. greetings Fabian _______________________________________________ Xen-users mai...
2010 Jul 29
5
xenballooning
As I understand concept of xenballooning, it allow to take memory from guest and return it to hypervisor. This allow to reduce amount of memory allocated to VM in realtime without rebooting VM. But how we can add more memory to guest VM in realtime, than was at boot time? Can we somehow make balloon inflated at start time? (F.e. VM starts with memory = 512Mb and balloon inflating to +512Mb).
2010 Oct 04
1
Xen domU crashes accessing to drbd disk if using maxmem.
Hello all, I''ve just installed a new dom0 with openSUSE 11.3 (x86_64) and I''m seeing domUs crashes when reading from disks. The problem occours when in domU configuration I use memory=1024 maxmem=2048 My setup is DRBD on LVM on Software RAID 10 and drbd devices are used as disks for domUs, using phy:/dev/drbd0,hda,w phy:/dev/drbd1,hdb,w The domU in test is HVM, I''m using the openSUSE 11.3 rescue system for testing. drbd0 is 300Gb and is partitioned this way: Device Boot...
2010 Mar 14
6
xm mem-set Domain-0 box went poof
...449044k used, 2922296k free, 5344k buffers ---------- xentop - 01:44:00 Xen 3.4.3-rc4-pre 1 domains: 1 running, 0 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown Mem: 4160828k total, 4022996k used, 137832k free CPUs: 4 @ 2308MHz NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD VBD_WR SSID Domain-0 -----r 109 2.2 3965032 95.3 no limit n/a 4 ---------- xm mem-set Domain-0 512 xentop showed ~1G memory (26% memory), then right after this i tried xm mem-set Domain-0 192 ... bo...
2006 Dec 12
1
[PATCH] Fix e820 mapping limit
...of this change though - the e820 mapping was specified based on the ''memory_static_min'' domain info parameter which means the memory map size is clamped to the value ''memory'' config option. What we actually want is to setup the e820 map limit based on ''maxmem'' config option, so that we can balloon up the guest to its max limit. eg If we boot with ''memory=400'' and ''maxmem=800'', the e820 map should be set to 800 MB, and the guest should allocate only 400 MB at startup. It should then be possible to use...
2010 Mar 15
2
SetMaxMemory on Windows VMs
I am trying to instantiate VMs with the maxmem parameter higher than the memory one. On the linux VMs it works fine, but on the windows VMs (windows server 2003 and 2008) the domU dont boot, they crash! And sometimes even the dom0 crashes. Can I set the maxmem on windows VMs? Best Regards, Diego Dias ________________________________...
2013 Oct 15
2
xentop output
Hi all, On xen platform, the output of xentop tool is like this: NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k)VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID Domain-0 -----r 96025 0.0 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0 slave3 --b--- 85503 0.0...
2013 Oct 17
2
xentop vbd output
Hi all, Now I use xentop to get disk statistical information. NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID Domain-0 -----r 96233 0.7 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0 slave3 --b--- 85587 0.0...
2007 Aug 10
14
Live migration: 2500ms downtime
Hi there, I''ve read the paper on Xen live migration, and it shows some very impressive figures, like 165ms downtime on a running web server, and 50ms for a quake3 server. I installed CentOS 5 on 2 servers, each with 2x Xeon E5335 (quad-core), 2x Intel 80003ES2LAN Gb NICs. Then I installed 2 DomUs, also with CentOS 5. One NIC is connected to the LAN (on the same switch and VLAN), the
2012 Aug 21
1
[PATCH] xfs: add a new api xfs_repair
...93 100644 --- a/daemon/xfs.c +++ b/daemon/xfs.c @@ -536,3 +536,119 @@ error: free (err); return -1; } + +int +do_xfs_repair (const char *device, + int imgfile, int forcelogzero, int dangerous, + int nomodify, int noprefetch, int forcegeometry, + int64_t maxmem, int64_t ihashsize, + int64_t bhashsize, int64_t agstride, + const char *logdev, const char *rtdev) +{ + int r; + char *err = NULL; + const char *argv[MAX_ARGS]; + char maxmem_s[64]; + char ihashsize_s[70]; + char bhashsize_s[70]; + char agstride_s[74]; + size_t i...
2011 Jun 08
0
AW: "maxmem" without "memory" in hvm-domU-config causesdom0 to reboot
> > Anyway I don''t know if this is a known (or unknown?) bug (I couldn''t > > find any information about it) or if there''s something wrong with my > > system, so I''m just asking here if anybody ever had similar problems.. > > I think that this is the known (and expected) behaviour and I had > similar issues when I set memory <
2010 Apr 14
0
maxmem configurartion
Hi, Can someone please help me in finding when/where memory_static_max / memory_static_min variables are initialized in the code? Thanks in advance. Regards Naveen _________________________________________________________________ The amazing world in sharp snaps http://news.in.msn.com/gallery/archive.aspx _______________________________________________ Xen-users mailing list
2008 Feb 14
5
On an eight cpu system domU ''cap'' can only be set to 100
...t higher than 1 - regardless of boot/config/command line. Low performance is equivalent to the cap setting. See ''xm list --long'': (domain (domid 0) (uuid 00000000-0000-0000-0000-000000000000) (vcpus 8) (cpu_weight 1.0) (memory 256) (shadow_memory 0) (maxmem 256) (features ) (name Domain-0) (on_poweroff destroy) (on_reboot restart) (on_crash restart) (state r-----) (shutdown_reason poweroff) (cpu_time 458.198750944) (online_vcpus 8) ) (domain (domid 5) (uuid f9070996-4ae2-bbc6-ad88-80e0da1a13f1) (vcpus 1)...
2010 Jan 06
12
Dom0 NETTX, NETRX alway are 0
...e DomU''s NETRX and DomU''s CPU as well as Dom0''s high load during netperf running. It means DomU accturally received the packats from Host1''s Dom0. TTVM''s NETRX changed this way : 9699596->9709952->9845192 NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD VBD_WR SSID Domain-0 -----r 2145 0.7 523008 6.2 no limit n/a 1 0 0 0 0 0 0 0 0 TTVM --b--- 189 0.1 260864 3.1 262144 3.1 1 1 21583488 9699596 1 0 2270 1325 0 NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k)...
2007 Mar 15
4
Xen-unstable (Error: Unable to connect to xend)
Hi, I have installed xen3.0.4.1 from source and every thing works well. Now I need to upgrade to xen-unstable. It is compiled and installed successfully (at least it seems to be) and I''m able to boot and run dom0. But Xend does not work. "xend start" gives no warning or error but running "xm list" I see: Error: Unable to connect to xend: No such file or
2006 Jul 25
2
[PATCH][XEND]Fix memory allocation for VTi domain with new Qemu on xen-unstagle.hg
Due to IA64 balloon driver not ready and it depends on max memory value to allocate its memory. So this fix is necessary now. Thanks & Best Regards -Xiantao OTC,Intel Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
...fo] DEBUG (XendDomainInfo:200) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 23463898463L, 'ssidref': 0, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'mem_kb': 131072, 'maxmem_kb': -4, 'max_vcpu_id': 1, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 2, 'blocked': 0}) [2006-05-11 22:58:53 xend.XendDomainInfo] INFO (XendDomainInfo:212) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. [2006-05-11...
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
...fo] DEBUG (XendDomainInfo:200) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 23463898463L, 'ssidref': 0, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'mem_kb': 131072, 'maxmem_kb': -4, 'max_vcpu_id': 1, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 2, 'blocked': 0}) [2006-05-11 22:58:53 xend.XendDomainInfo] INFO (XendDomainInfo:212) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. [2006-05-11...