On Tue, Mar 05, 2019 at 02:42:51PM -0700, Jim Fehlig wrote:
> On 3/5/19 3:17 AM, Daniel P. Berrangé wrote:
> > On Mon, Mar 04, 2019 at 04:00:01PM -0700, Jim Fehlig wrote:
> > > Xen 4.10 introduced the max_grant_frames xl config setting, which
> > > can be set globally in xl.conf(5) or per-domain in
On 3/5/19 3:17 AM, Daniel P. Berrangé wrote:
On Mon, Mar 04, 2019 at 04:00:01PM -0700, Jim Fehlig wrote:
Xen 4.10 introduced the max_grant_frames xl config setting, which
can be set globally in xl.conf(5) or per-domain in xl.cfg(5).
max_grant_frames specifies the maximum number of grant frames t
On Mon, Mar 04, 2019 at 04:00:01PM -0700, Jim Fehlig wrote:
> Xen 4.10 introduced the max_grant_frames xl config setting, which
> can be set globally in xl.conf(5) or per-domain in xl.cfg(5).
> max_grant_frames specifies the maximum number of grant frames the
> domain is allowed to have, which in t
Xen 4.10 introduced the max_grant_frames xl config setting, which
can be set globally in xl.conf(5) or per-domain in xl.cfg(5).
max_grant_frames specifies the maximum number of grant frames the
domain is allowed to have, which in turn controls the number of
pages the domain can share.
This patch a