Displaying 1 result from an estimated 1 matches for "wblplfe".
2002 Sep 18
1
memory allocation
Dear all;
I experienced a memory allocation error while running gnls:
> wBlplfe.wc <- update(wBlplfe.w, corr=corAR1())
Error: cannot allocate vector of size 37950 Kb
In addition: Warning message:
Reached total allocation of 256Mb: see help(memory.size)
Increased memory limit to 512, 640 M, the allocation error
persisted:
> memory.limit(512)
NULL
> wBlplfe.wc <...