From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 08/27] standalone-generate-dump-flight-runvars: memoise ap-fetch Date: Wed, 16 Sep 2015 14:56:15 +0100 Message-ID: <1442411775.18856.75.camel@citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> <1442410530-9665-9-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcDC7-0008Dw-7F for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 13:56:19 +0000 In-Reply-To: <1442410530-9665-9-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-16 at 14:35 +0100, Ian Jackson wrote: > This makes it _much_ faster. > > Also you can say AP_FETCH_MEMO_KEEP=1 to make it reuse old > information, which is useful for making comparisons. > > For a further speed improvement, use `eatmydata'. This is not the ^one could/should ? Because this patch doesn't do so (even as a non-default option) afaict. > default because it risks corruption of `standalone.db' which is used > for other purposes too. Add a comment about possibly improving this. > > Signed-off-by: Ian Jackson Other than that: Acked-by: Ian Campbell