I get this error "Error: cannot allocate vector of size 2.8 GB" when i execute a code in Server based R studio.
I am trying to allocate matrix of size 2.8GB for using it in lpsolve package.
Server has 16GB RAM, but it is not able to allocate 2.8 GB.
Please help me solve this issue.
Thanks in advance