~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/balloon/README

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Xeno Balloon driver supports two operations:
2
 
 
3
 
1. Inflating - which means domain giving up pages of mem to xen.
4
 
2. Deflating - which means reclaiming memory pages from xen.
5
 
 
6
 
Currently, domain can only claim pages from xen up to the number of 
7
 
previously released ones. This is to change. 
8
 
 
9
 
Example:
10
 
 
11
 
# balloon inflate 1000
12
 
 
13
 
Give up 1000 pages to xen.
14
 
 
15
 
# balloon deflate 1000
16
 
 
17
 
Claim 1000 pages from xen.