X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Achim Gratz Subject: Re: xz -9 : Cannot allocate memory Date: Thu, 29 Aug 2013 14:34:07 +0000 (UTC) Lines: 11 Message-ID: References: <50A41697 DOT 3080406 AT tiscali DOT co DOT uk> 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 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