The R Project SVN R

Rev

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

Rev 30771 Rev 32480
Line 16... Line 16...
16
 
16
 
17
mem.limits(nsize = NA, vsize = NA)
17
mem.limits(nsize = NA, vsize = NA)
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{vl, vu, vsize}{Heap memory in bytes.}
20
  \item{vl, vu, vsize}{Heap memory in bytes.}
21
  \item{nl, nu, nsize}{Number of cons cells.}
21
  \item{nl, nu, nsize}{Number of cons cells.} 
22
}
22
}
23
\details{
23
\details{
24
  \R has a variable-sized workspace (from version 1.2.0). There is now
24
  \R has a variable-sized workspace (from version 1.2.0). There is now
25
  much less need to set memory options than previously, and most
25
  much less need to set memory options than previously, and most
26
  users will never need to set these.  They are provided both as a way
26
  users will never need to set these.  They are provided both as a way
Line 100... Line 100...
100
}
100
}
101
 
101
 
102
\seealso{
102
\seealso{
103
  \code{\link{Memory-limits}} for the design limitations.
103
  \code{\link{Memory-limits}} for the design limitations.
104
  
104
  
105
  \code{\link{gc}} for information on the garbage collector,
105
  \code{\link{gc}} for information on the garbage collector and total
106
  \code{\link{object.size}(a)} for the (approximate) size of \R object
106
  memory usage,  \code{\link{object.size}(a)} for the (approximate)
107
  \code{a}.  \code{\link{memory.profile}} for profiling the usage of
107
  size of \R object \code{a}.  \code{\link{memory.profile}} for
108
  cons cells.
108
  profiling the usage of cons cells.
109
#ifdef windows
109
#ifdef windows
110
 
110
 
111
  \code{\link{memory.size}} to monitor total memory usage,
111
  \code{\link{memory.size}} to monitor total memory usage,
112
  \code{\link{memory.limit}} for the current limit.
112
  \code{\link{memory.limit}} for the current limit.
113
#endif
113
#endif