search for: r_ppssize

Displaying 1 result from an estimated 1 matches for "r_ppssize".

Did you mean: r_paprsize
1997 Nov 27
2
R-beta: Memory Management in R-0.50-a4
...llows read.table() to work OK. I edited the memory limits in Platform.h and re-compiled and now read.table() can manage up to around 125000 lines. #define R_VSIZE 30000000L /* 15 times original figure (Defn.h) */ #define R_NSIZE 1000000L /* 5 times original figure (Defn.h) */ #define R_PPSSIZE 100000L /* 10 times original figure (Defn.h) */ Clearly I can keep upping these values until it works, but has the side-effect of making the running R binary pretty big. What can I do? Is the answer a better memory management system ? Any help appreciated. Yours Ian -- Ian Thurlbeck...