Displaying 3 results from an estimated 3 matches for "4356532".
2018 Aug 07
2
[R-pkg-devel] Run garbage collector when too many open files
...b)
[1] 0 0 0
>
>
> gc()
CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 796936 42.6 1442291 77.1 1168576 62.5
Vcells 1519523 11.6 4356532 33.3 4740854 36.2
For debugging, I log when files are opened and closed. The call a[1:3]
(which creates a slice of a) creates two temporary objects [1]. These
are only deleted when I explicitly call gc() or on some other random
moment in time.
I hope this illustrates the problem better.
Be...
2018 Aug 07
1
Run garbage collector when too many open files
...; CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
>> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
>> ???????? used (Mb) gc trigger (Mb) max used (Mb)
>> Ncells? 796936 42.6??? 1442291 77.1? 1168576 62.5
>> Vcells 1519523 11.6??? 4356532 33.3? 4740854 36.2
>>
>>
>> For debugging, I log when files are opened and closed. The call
>> a[1:3] (which creates a slice of a) creates two temporary objects
>> [1]. These are only deleted when I explicitly call gc() or on some
>> other random moment in tim...
2018 Aug 07
0
[R-pkg-devel] Run garbage collector when too many open files
...gt;> gc()
> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c'
> CLOSEFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383'
> used (Mb) gc trigger (Mb) max used (Mb)
> Ncells 796936 42.6 1442291 77.1 1168576 62.5
> Vcells 1519523 11.6 4356532 33.3 4740854 36.2
>
>
> For debugging, I log when files are opened and closed. The call a[1:3] (which
> creates a slice of a) creates two temporary objects [1]. These are only
> deleted when I explicitly call gc() or on some other random moment in time.
>
> I hope this illus...