X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=w9RXzCUtg1h7lID6NuwCxUCWW9ZlxL4V5N8AdJ2NIPf2GIFbhnh7n
	yWLrrMhYZJDOI1NqpF9/VcoFZWRC8gkokajObjOmzYSuAma7PU2DqUuGtOCaw9bp
	twMjzioBCVjik2tOHjGowvtboc5tQDxMOLKOXoRbYQhBDL6vuQJdh8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=RkV6c0dCxs2RT2Y66mfAS7HCfwk=; b=JtxsbhYagOZ8y9JpYTxkbchnLdtH
	Zn59dlMUIojiZj9FHdU3qYpEQGr3yYQmQl0YvQ2oJG5M5PsIWLMZMrZhCgxpZet+
	ADwOJ/tF22kI8ZHsJJQNLWaR1jWxu/FCkxwls1JJ/V+JKoh1F913QsBPsJbVYGIw
	8m0HUXC/1C/yckU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_50,FSL_HELO_BARE_IP_1,FSL_HELO_BARE_IP_2,HELO_MISC_IP,KHOP_THREADED,RCVD_NUMERIC_HELO,RDNS_NONE,SPF_FAIL autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: xz -9 : Cannot allocate memory
Date: Thu, 29 Aug 2013 14:34:07 +0000 (UTC)
Lines: 11
Message-ID: <loom.20130829T162752-851@post.gmane.org>
References: <50A41697.3080406@tiscali.co.uk> <loom.20130829T155739-66@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)

Achim Gratz <Stromeko <at> NexGo.DE> writes:
> With the initial heap size set to 1MB, the same allocations for mmap work
> just fine.  The mmap length used by xz is the same for files of all sizes.

The large mmap is for the scratchpad memory of xz, which can be limited via
the -M option.  Currently it fails when this gets larger than 616MiB
(standard for -9 is 674Mib).


Regards,
Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

