From patchwork Sat Jan 9 17:58:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Elliott Mitchell X-Patchwork-Id: 12819640 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 41BFAC433EF for ; Wed, 20 Apr 2022 02:33:49 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.308592.524400 (Exim 4.92) (envelope-from ) id 1nh09y-0000qm-JG; Wed, 20 Apr 2022 02:33:38 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 308592.524400; Wed, 20 Apr 2022 02:33:38 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nh09y-0000qd-GV; Wed, 20 Apr 2022 02:33:38 +0000 Received: by outflank-mailman (input) for mailman id 308592; Wed, 20 Apr 2022 02:33:37 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nh09x-0000qV-Ju for xen-devel@lists.xenproject.org; Wed, 20 Apr 2022 02:33:37 +0000 Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 4739dd0e-c052-11ec-8fbf-03012f2f19d4; Wed, 20 Apr 2022 04:33:36 +0200 (CEST) Received: from m5p.com (mailhost.m5p.com [IPv6:2001:470:1f07:15ff:0:0:0:f7]) by mailhost.m5p.com (8.16.1/8.15.2) with ESMTPS id 23K2XRDf092969 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 19 Apr 2022 22:33:32 -0400 (EDT) (envelope-from ehem@m5p.com) Received: (from ehem@localhost) by m5p.com (8.16.1/8.15.2/Submit) id 23K2XRJp092968; Tue, 19 Apr 2022 19:33:27 -0700 (PDT) (envelope-from ehem) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 4739dd0e-c052-11ec-8fbf-03012f2f19d4 Message-Id: In-Reply-To: References: From: Elliott Mitchell Cc: Wei Liu Cc: Anthony PERARD Date: Sat, 9 Jan 2021 09:58:46 -0800 Subject: [PATCH 03/10] docs: xlexample.*: Use consistent initial memory To: xen-devel@lists.xenproject.org Avoid confusing benchmarking during initial installation by using consistent amounts of memory for examples. Signed-off-by: Elliott Mitchell --- tools/examples/xlexample.hvm | 2 +- tools/examples/xlexample.pvhlinux | 2 +- tools/examples/xlexample.pvlinux | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index ed821fea87..26ae1c2fb4 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -22,7 +22,7 @@ name = "example.hvm" #viridian = 1 # Initial memory allocation (MB) -memory = 128 +memory = 384 # Maximum memory (MB) # If this is greater than `memory' then the slack will start ballooned diff --git a/tools/examples/xlexample.pvhlinux b/tools/examples/xlexample.pvhlinux index 49961e4687..1e9bcb9de5 100644 --- a/tools/examples/xlexample.pvhlinux +++ b/tools/examples/xlexample.pvhlinux @@ -26,7 +26,7 @@ kernel = "/boot/vmlinuz" extra = "root=/dev/xvda1" # Initial memory allocation (MB) -memory = 512 +memory = 384 # Number of VCPUS vcpus = 3 diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux index 0c7a535f39..be6931549a 100644 --- a/tools/examples/xlexample.pvlinux +++ b/tools/examples/xlexample.pvlinux @@ -23,7 +23,7 @@ kernel = "/boot/vmlinuz" extra = "root=/dev/xvda1" # Initial memory allocation (MB) -memory = 128 +memory = 384 # Maximum memory (MB) # If this is greater than `memory' then the slack will start ballooned