You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/11/12 18:15:42 UTC

svn commit: r594215 - /incubator/stdcxx/trunk/etc/config/GNUmakefile.exm

Author: sebor
Date: Mon Nov 12 09:15:41 2007
New Revision: 594215

URL: http://svn.apache.org/viewvc?rev=594215&view=rev
Log:
2007-11-12  Martin Sebor  <se...@roguewave.com>

	* GNUmakefile.exm (RUNFLAGS): Bumped up virtual size limit
	to half a gig to prevent errors on HP-UX/IPF.

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.exm

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.exm
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.exm?rev=594215&r1=594214&r2=594215&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.exm (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.exm Mon Nov 12 09:15:41 2007
@@ -41,7 +41,7 @@
 
 INCLUDES += -I$(EXMDIR)/include
 
-RUNFLAGS += -d $(EXMDIR) --ulimit=as:268435456
+RUNFLAGS += -d $(EXMDIR) --ulimit=as:536870912
 # No example should use more than 256MB of memory (Related to STDCXX-440).
 # The magic number 268435456 is 256MB in bytes.