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 145] New: Balloon or set-mem too low causes hang

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 145] New: Balloon or set-mem too low causes hang
From: pl@xxxxxxxxxx
Date: Fri, 05 Aug 2005 15:58:04 +0000
Delivery-date: Fri, 05 Aug 2005 15:58:09 +0000
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/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=145

           Summary: Balloon or set-mem too low causes hang
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: pl@xxxxxxxxxx
                CC: hohnbaum@xxxxxxxxxx


This is a well known problem, but it should really be documented as a bug. 
Using either the /proc/xen/balloon interface, or xm set-mem (previously xm
balloon) to set the memory reservation for a domain to a value far too low,
causes the domain to hang.  This applies to both dom0 and domU, but of course
the results are a bit more severe in dom0.

Example for reproducing this:
# xm set-mem some-domain 1
or
echo 100 > /proc/xen/balloon

The current version I'm testing with is xen-unstable:
changeset:   6026:b63577ff53a3161ac73b55e0aa87803e76c8bde5
tag:         tip
user:        kaf24@xxxxxxxxxxxxxxxxxxxx
date:        Fri Aug  5 09:57:43 2005
summary:     Fix xtime_lock handling to avoid deadlock in sched_clock().

It's really far to easy to shoot yourself in the foot here, and I believe this
needs to be more than simply documented.



------- 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 145] New: Balloon or set-mem too low causes hang, pl <=