]> granicus.if.org Git - icu/commitdiff
ICU-10663 Update zos build instructions concerning heap size settings in the readme
authorMichael Ow <mow@svn.icu-project.org>
Thu, 27 Feb 2014 19:19:22 +0000 (19:19 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Thu, 27 Feb 2014 19:19:22 +0000 (19:19 +0000)
X-SVN-Rev: 35250

icu4c/readme.html

index 61a47aaa84300b5467f04760c994652daf1d0255..9c8d441b93982ddc3c8e32a72fc4cdef186e04df 100644 (file)
 <pre><samp>export _CXX_PSYSIX="CEE.SCEELIB(C128N)":"CBC.SCLBSID(IOSTREAM,COMPLEX)"</samp></pre>
       </li>
       
+      <li>When building ICU data, the heap size may need to be increased with the following
+      environment variable:
+
+<pre><samp>export _CEE_RUNOPTS="HEAPPOOLS(ON),HEAP(4M,1M,ANY,FREE,0K,4080)"</samp></pre>
+      </li>
+      
 
       <li>The rest of the instructions for building and testing ICU on z/OS with
       UNIX System Services are the same as the <a href="#HowToBuildUNIX">How To