[R] maximum of nsize=20000k ??

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Thu Nov 9 17:32:47 CET 2000


Marcus Eger <marcus.eger at physik.uni-marburg.de> writes:

> Dear R-ers,
> 
> somehow it is not possible to increase nsize to more than
> 20000k. When I specify e.g.
> 
> > R --vsize=10M --nsize=21000K
> 
> the result is:
> 
>           free   total (Mb)
> Ncells   99658  350000  6.7
> Vcells 1219173 1310720 10.0
> 
> Maybe I have overlooked s.th....

Um, do you really need more than 400MB worth of nodes? It's a sanity
check in src/unix/sys-common.c

#define Max_Nsize 20000000      /* must be < LONG_MAX (= 2^32 - 1 =)
                                   2147483647 = 2.1e9 */

..so if you really need it it can be upped by about two orders of
magnitudes, but you'd have to recompile. 

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list