Displaying 1 result from an estimated 1 matches for "vize".
Did you mean:
size
2009 Nov 30
1
allocating vector memory > 1 GByte on Windows XP / Vista / 7
...options min-vsize and max-vsize, or at least did
not prepare me for the following odd observation. If I specify
min-vsize=2048M, then I do not get to read in more than 384 MB of data;
it is as if the allocation of a minimum of 2 Gig of RAM actually reduces
the amount available. If I specify max-vize=2048M, then I can at least
read my data, but still run out of memory trying to run my spatial
regression. In other words, the specification of a minimum renders my
nice machine unusable, whereas the specification of a maximum seems to
have not the desired effect of increasing the memory allocat...