Skip to content
Prev 318862 / 398521 Next

Function completely locks up my computer if the input is too big

Le mardi 05 mars 2013 ? 15:19 -0800, Benjamin Caldwell a ?crit :
On the contrary, that's because the limit supported by R is too high for
your computer's memory that the OS tries to allocate too much memory and
swaps to death. Admittedly, an OS should be smart enough not to
completely freeze in the process, but that's just how it is...

(If R did not support such a long vector, you would just get a "nice"
error message, that's all.)


Regards