I get this error "Error: cannot allocate vector of size 2.5 Gb" when i execute missforest to impute missing values in the dataframe.
My laptop has 16gb ram, but it is not able to allocate 2.5gb. Please check my session info.
> sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
memory limit,
> memory.limit()
[1] 16235
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 2911205 155.5 4282075 228.7 4282075 228.7
Vcells 291474489 2223.8 1694578986 12928.7 2013536838 15362.1
Please help me solve this issue.
Thanks sjb