ramnathv / rMaps

Interactive Maps from R
http://rmaps.github.io
389 stars 194 forks source link

Error installing rMaps -- "cannot allocate vector..." #68

Closed pglenn17 closed 10 years ago

pglenn17 commented 10 years ago

Hi, I get the following error when running install_github('ramnathv/rMaps'). Thanks!

Reloading installed rMaps Error : cannot allocate vector of size 3.8 Gb In addition: Warning messages: 1: In get(".packageName", where) : Reached total allocation of 3969Mb: see help(memory.size) 2: In get(".packageName", where) : Reached total allocation of 3969Mb: see help(memory.size) 3: In get(".packageName", where) : Reached total allocation of 3969Mb: see help(memory.size) 4: In get(".packageName", where) : Reached total allocation of 3969Mb: see help(memory.size)

pglenn17 commented 10 years ago

just required changing memory.size with memory.limit. sorry