Displaying 1 result from an estimated 1 matches for "meminusegb".
2004 Jun 10
0
Response to questions raised in Mar 17 reply
...his the available memory, the total, or the amount in
use? If it is the total, how is it different from memory.size(max=TRUE)? On
my system the result of the three relevant memory functions are as follows:
> MemSizeinGB=(memory.limit(size=NA))/1E9
> MaxMemGB=(memory.size(max=T))/1E9
> MemInUseGB=(memory.size(max=F))/1E9
> MemSizeinGB
[1] 4.246733
> MaxMemGB
[1] 1.567990
> MemInUseGB
[1] 0.7674916
3)I have used the --max-mem-size option in the icon properties, shortcut tab,
target field after the pathname of the executable, and this appears to have
increased the result of memory...