| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=2.5 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SARE_CHARSET_W1251 |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <BAY158-W62C84D49354739AB75E358B19E0@phx.gbl> |
| From: | Saurabh T <saurabh AT hotmail DOT com> |
| To: | Cygwin <cygwin AT cygwin DOT com> |
| Subject: | peflags makes perl not print to stdout |
| Date: | Mon, 24 Sep 2012 17:29:42 +0000 |
| MIME-Version: | 1.0 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.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 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id q8OHUMer031961 |
I have been trying to get perl to use 2GB of memory (this is on a 32 bit xp machine with 4 GB total memory). As per http://cygwin.com/cygwin-ug-net/setup-maxmem.html I tried peflags --cygwin-heap=2048 /usr/bin/perl However this causes perl to not write to screen. On further investigation, I found the magic number to be 1040: $ peflags --cygwin-heap=1039 /usr/bin/perl /usr/bin/perl: initial Cygwin heap size: 1039 (0x40f) MB $ perl -e 'print "Hello\n";' Hello $ peflags --cygwin-heap=1040 /usr/bin/perl /usr/bin/perl: initial Cygwin heap size: 1040 (0x410) MB $ perl -e 'print "Hello\n";' $ In other words, anything 1040 and above, perl stops writing to screen. I have the latest cygwin (1.7.16) and perl (5.14.2). Any idea what might be wrong? Thank you. -- 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |