Relative Content

Tag Archive for rmacosenvironment-variables

How do I read what the memory limit is in R?

This is related to the question of how to increase the memory limit on macOS, “R on MacOS Error: vector memory exhausted (limit reached?)”. I was wondering, is there some way to read this value in R so that my program can adapt to the upper bound during execution instead of running into a memory limit error?