I'm trying to run quantreg
with 2 independent variables over the 12 555 029 cases.
I have 16GB RAM on computer, 64Bit OS.
Command memory.limit()
returned 16 264.
Command sessionInfo()
returned:
R version 3.5.2 (2018-12-20)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.5.2 tools_3.5.2
During the execution of quantreg
only up to 4GB is used. I saw this in task manager. It is not finished for more than one hour and I stopped it.
Why quantreg
is not using other RAM available? How I can increase using of RAM memory?