diff --git a/icu4c/readme.html b/icu4c/readme.html index 61a47aaa84..9c8d441b93 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -1151,6 +1151,12 @@
export _CXX_PSYSIX="CEE.SCEELIB(C128N)":"CBC.SCLBSID(IOSTREAM,COMPLEX)"
+
  • When building ICU data, the heap size may need to be increased with the following + environment variable: + +
    export _CEE_RUNOPTS="HEAPPOOLS(ON),HEAP(4M,1M,ANY,FREE,0K,4080)"
    +
  • +
  • The rest of the instructions for building and testing ICU on z/OS with UNIX System Services are the same as the How To