The R Project SVN R

Rev

Rev 75044 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75044 Rev 85494
Line 1... Line 1...
1
% File src/library/base/man/memlimits.Rd
1
% File src/library/base/man/memlimits.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2018 R Core Team
3
% Copyright 1995-2023 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{memlimits}
6
\name{memlimits}
7
\alias{mem.maxVSize}
7
\alias{mem.maxVSize}
8
\alias{mem.maxNSize}
8
\alias{mem.maxNSize}
Line 18... Line 18...
18
\arguments{
18
\arguments{
19
  \item{vsize}{numeric; new size limit in Mb.}
19
  \item{vsize}{numeric; new size limit in Mb.}
20
  \item{nsize}{numeric; new maximal node number.}
20
  \item{nsize}{numeric; new maximal node number.}
21
}
21
}
22
\details{
22
\details{
23
  New Limits lower than current usage are ignored.
23
  New limits lower than current usage are ignored.
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