delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
To: | "'Dirk Napierala'" <Dirk DOT Napierala AT oracle DOT com>, <cygwin AT cygwin DOT com> |
Cc: | "'EVERS,DIRK'" <DIRK DOT EVERS AT oracle DOT com>, |
"'ZELL,VOLKER'" <DR DOT VOLKER DOT ZELL AT oracle DOT com> | |
References: | <48DA7010 DOT 8000003 AT oracle DOT com> <20080924170655 DOT GB24085 AT ednor DOT casa DOT cgf DOT cx> <48DB51D2 DOT 1040909 AT oracle DOT com> |
Subject: | RE: Problem to open big selfextracting Zip files from bash - starting from scratch :-) |
Date: | Thu, 25 Sep 2008 10:29:56 +0100 |
Message-ID: | <01fa01c91ef1$4875a170$9601a8c0@CAM.ARTIMI.COM> |
MIME-Version: | 1.0 |
X-Mailer: | Microsoft Office Outlook 11 |
In-Reply-To: | <48DB51D2.1040909@oracle.com> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Dirk Napierala wrote on 25 September 2008 09:55: > From what we understand by reading the guideline "Changing Cygwin's > Maximum Memory" the result > of the small program written by DJ Delorie tests the memory allocation > limit on your system. > Running the program will output the maximum amount of allocatable memory > of your system. > Doing so on several test systems and the different cygwin versions the > result is _always _1536. > Trying it for example with 2500MB setting on a 4GB system also failed > with "Cannot allocate memory". There is an upper limit imposed by the dividing point between kernel and user space at the 2GB mark. You can try adding the /3GB flag in boot.ini to raise this by a further gig. You might need also to make extensive use of rebaseall to ensure your DLLs end up at the upper end of that range and don't fragment the space, or it might not matter, depending on the patterns of memory usage of the unpacker. >> It probably will not make a difference but it seems like you really >> should be trying to set the size to something noticeably larger than the >> size of your gzip files. >> >> > Done, without success. This might then work better. > So the SFX file itself doesn't seem to cause this problem. Random and wacky idea: What happens if you prepend Cygwin's /bin/unzipsfx.exe to the existing SFX and try running that? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |