The R Project SVN R

Rev

Rev 75038 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75038 Rev 75044
Line 24... Line 24...
24
  Specifying a size of \code{Inf} sets the limit to the maximal possible
24
  Specifying a size of \code{Inf} sets the limit to the maximal possible
25
  value for the platform.
25
  value for the platform.
26
 
26
 
27
  The default maximal values are unlimited on most platforms, but can be
27
  The default maximal values are unlimited on most platforms, but can be
28
  adjusted using environment variables as described in
28
  adjusted using environment variables as described in
29
  \code{\link{Memory}}. On Mac OS a lower default vector heap limit is
29
  \code{\link{Memory}}. On macOS a lower default vector heap limit is
30
  used to protect against the \R process being killed when Mac OS
30
  used to protect against the \R process being killed when macOS
31
  over-commits memory.
31
  over-commits memory.
32
 
32
 
33
  Adjusting the maximal number of nodes is rarely necessary. Adjusting
33
  Adjusting the maximal number of nodes is rarely necessary. Adjusting
34
  the vector heap size limit can be useeful on Mac OS in particular but
34
  the vector heap size limit can be useful on macOS in particular but
35
  should be done with caution.
35
  should be done with caution.
36
}
36
}
37
\value{
37
\value{
38
  The current or new value, in Mb for \code{mem.maxVSize}. \code{Inf} is
38
  The current or new value, in Mb for \code{mem.maxVSize}. \code{Inf} is
39
  returned if the current value is unlimited.
39
  returned if the current value is unlimited.