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:19:21 UTC

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

Author: sebor
Date: Mon Nov 12 09:19:16 2007
New Revision: 594217

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

	* GNUmakefile.exm (RUNFLAGS): Updated comment and moved it
	above the definition of the variable.

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=594217&r1=594216&r2=594217&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.exm (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.exm Mon Nov 12 09:19:16 2007
@@ -41,9 +41,9 @@
 
 INCLUDES += -I$(EXMDIR)/include
 
+# No example should use more than 512MB of memory. On most platforms
+# except HP-UX/IPF, 256MB is enough. (Related to STDCXX-440).
 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.
 
 ifneq ($(RPATH),)
   LDFLAGS += $(RPATH)$(LIBDIR)