Displaying 3 results from an estimated 3 matches for "476934".
Did you mean:
476634
2011 Nov 13
1
Understand Ncells and Vcells, from gc()
Dear all,
I am working on a 64 bits Linux system.
I issue the following R commands:
> rm(list=ls()) # To remove all objects in the workspace.
> gc() # To free memory.
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 124250 6.7 350000 18.7 350000 18.7
Vcells 124547 1.0 786432 6.0 476934 3.7
> gc() # I had to do it again, don't know why!
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 124257 6.7 350000 18.7 350000 18.7
Vcells 124574 1.0 786432 6.0 476934 3.7
> gc() # Just to be sure things have stabilized.
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 124257 6.7 350000...
2011 Nov 13
1
To moderator
...the following R commands:
>> > rm(list=ls()) # To remove all objects in the workspace.
>> > gc() # To free memory.
>> used (Mb) gc trigger (Mb) max used (Mb)
>> Ncells 124250 6.7 350000 18.7 350000 18.7
>> Vcells 124547 1.0 786432 6.0 476934 3.7
>> > gc() # I had to do it again, don't know why!
>> used (Mb) gc trigger (Mb) max used (Mb)
>> Ncells 124257 6.7 350000 18.7 350000 18.7
>> Vcells 124574 1.0 786432 6.0 476934 3.7
>> > gc() # Just to be sure things have stabi...
2007 Jan 03
0
[Announce] Web-MeetMe 3.0.0 RE-released
While preping screenshots I found that a stupid little bug
had slipped past my QA, relating to CDR views. I've fixed it
and regenerated the tgz file and replaced the broken one
on SF.
If you have downloaded 3.0.0 today, please get a fresh copy.
The bug was small enough and I think I caught it quick enough
to avoid bumping the version up to 3.0.1
Thanks,
Dan