Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <011101c2df37$008d22c0$78d96f83@pomello> From: "Max Bowsher" To: "Fabrice Marchal" Cc: References: <5 DOT 2 DOT 0 DOT 9 DOT 2 DOT 20030227083416 DOT 01dfb1e0 AT pop3 DOT cris DOT com> <3E5E415E DOT 1060607 AT inf DOT ethz DOT ch> <3E5EDDC4 DOT 8020808 AT rfk DOT com> <3E5F7330 DOT 7010906 AT inf DOT ethz DOT ch> Subject: Re: mem allocation / heap_chunk Date: Fri, 28 Feb 2003 14:38:04 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Fabrice Marchal wrote: > Larry Hall (RFK Partners, Inc.) wrote: > >> Fabrice Marchal wrote: >> >>> Randall R Schulz wrote: >>> >>>> Fabrice, >>>> >>>> It would seem that the answer is right there on the page you >>>> referenced. You can script a change to that registry entry via the >>>> Cygwin regtool script. You can do this in an install or >>>> post-install script or upon each invocation of your application, >>>> providing it's invoked via a script. >>> >>> >>> >>> I can write a script, but then it would require to install cygwin >>> and bash (and maybe other things) for the >>> end-user, while at the moment I just provide the cygwin.dll. I was >>> looking for something that uses the >>> cygwin_XXX API. >> >> >> >> There is no Cygwin API. You might be able to do something with >> /proc/registry eventually. Of course, you can always use Win32 APIs. > > If I try to change the /proc/registry/.. ../Cygwin/heap_chunk_in_mb > file, it is an Administrator owned file and cannot be overwritten by > a user. Is the /proc/registry directory created each time a cygwin > program starts? No. It's a virtual directory. It's also read only. Use regtool. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/