Displaying 1 result from an estimated 1 matches for "n400000".
Did you mean:
400000
1997 Apr 01
0
R-beta: Re: R-alpha: My two problems
...> the default size, gc() changed its values. Am I misunderstanding
> something?
I do not have this problem with R16.1, sparc-solaris2.5.1, gcc 2.7.2
Solaris-gorn% ~/R16 -n800000
> gc()
Garbage collection ...
753423 cons cells free (94%)
3875k bytes of heap free (96%)
Solaris-gorn% ~/R16 -n400000
> gc()
Garbage collection ...
353423 cons cells free (88%)
3875k bytes of heap free (96%)
Solaris-gorn% ~/R16 -v40
> gc()
Garbage collection ...
353423 cons cells free (88%)
39875k bytes of heap free (99%)
Solaris-gorn% ~/R16 -v4
> gc()
Garbage collection ...
353423 cons cells free (88%)...