I'm getting an error in RStudio that has already been described in other posts:
> Error: protect(): protection stack overflow
I want to try and change the max ppsize
when starting RStudio from the command line, but I can't find any description on how to do this on macOS.
Using Terminal, I called open -a rstudio --max-ppsize=500000
, which gave me:
open: unrecognized option `--max-ppsize=500000'
Thanks for any help.
related posts:
I am getting this error with R version 3.3.2 in Mac OS #Error: protect(): protection stack overflow