WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1635] New: Unable to set memory-dynamic-max higher than

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1635] New: Unable to set memory-dynamic-max higher than value memory-dynamic-max at boot time
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 23 Jul 2010 03:10:33 -0700
Delivery-date: Fri, 23 Jul 2010 03:10:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1635

           Summary: Unable to set memory-dynamic-max  higher than value
                    memory-dynamic-max at boot time
           Product: Xen
           Version: unspecified
          Platform: x86
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Cloud Xen
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: shuklin@xxxxxxxxxxx


(Tested on XCP 0.5 and XCP 0.11)

if we set memory-dynamic-max lower than static-dynamic-max and reboot (or boot
from halted state), real memory for guest PV machine can be changed within
range [dynamic-min ... value of memory-dynamic-max at boot time], but not
higher.

In numbers:

xe vm=test set-memory-limits-set static-min=128MiB dynamic-min=128MiB
dynamic-max=512MiB static-max=1024MiB

If we boot machine, we can change dynamic-max within range [128-1024MiB], but
at really memory changed within range [128-512]. If we set dynamic-max to some
value higher than 512 (f.e. 640), real memory target will be 512. But if we
reboot machine, we gain range (128-640). And if we lower value to (f.e.)
250MiB, after reboot we can get only 128-250Mib, not higher....


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1635] New: Unable to set memory-dynamic-max higher than value memory-dynamic-max at boot time, bugzilla-daemon <=