Anthony Damico
2017-Mar-04 12:03 UTC
[R] > quit('no')\nError: cannot allocate vector of size 512 Kb
this one is cute [damico at rocks010 ~]$ ulimit -v 150000 [damico at rocks010 ~]$ R R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-redhat-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib64/R/library/grDevices/libs/grDevices.so': /usr/lib64/R/library/grDevices/libs/grDevices.so: failed to map segment from shared object Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib64/R/library/grDevices/libs/grDevices.so': /usr/lib64/R/library/grDevices/libs/grDevices.so: failed to map segment from shared object In addition: Warning message: package ?grDevices? in options("defaultPackages") was not found Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib64/R/library/grDevices/libs/grDevices.so': /usr/lib64/R/library/grDevices/libs/grDevices.so: failed to map segment from shared object In addition: Warning message: package ?graphics? in options("defaultPackages") was not found During startup - Warning message: package ?stats? in options("defaultPackages") was not found > quit('no') Error: cannot allocate vector of size 512 Kb > sessionInfo() Error: cannot allocate vector of size 512 Kb separate session obviously > sessionInfo() R version 3.3.2 (2016-10-31) Platform: x86_64-redhat-linux-gnu (64-bit) Running under: Fedora 24 (Twenty Four) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base [[alternative HTML version deleted]]