R-beta: re -n -v wr0613b - windows dynload

Paul Gilbert pgilbert@bank-banque-canada.ca
Mon, 24 Aug 1998 09:24:17 -0400


>When I use the -v I can modify the size of the heap, as assessed by
>gc(), but the -n key seems to be without effect ?

In src/include/Defn.h the following are set and if you exceed these values I
believe your setting is ignored. (I don't think there is any warning but it
would be nice.)

#ifndef R_NSIZE
#define R_NSIZE  200000L  /* number of cons cells */
#endif

#ifndef R_VSIZE
#define R_VSIZE  2000000L /* vector heap size in bytes */
#endif

Paul Gilbert

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._