At 02:38 AM 10/10/2002, Christophe Trophime wrote: >Recently I wanted to increase the program/data memory limit for cygwin. >As mentionned in http://cygwin.com/ml/cygwin/2002-09/msg00254.html I >have added a registry DWORD value in "HKCU/Sofware/Cygnus >Solutions/Cygwin" and restarted my computer. > >But I still get the 256 Mb limit. >After several trial I figured out that if I configured sshd to start >manually instead of automatic than I get the limit I have specified in >the registry. > >Is this a known issue?
I guess I'd say it's not "unexpected". Since the setting is in HKCU and sshd is started under SYSTEM to work as a service, this value will be initialized to the default for SYSTEM, which isn't the same as the user you set it for in the registry. You can probably work around this by checking the archives and finding the references describing how to start a shell window as user SYSTEM. From that, you could use something like regtool to make the setting there. I haven't tried this but it looks like it should work. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 838 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- 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/