Displaying 20 results from an estimated 10000 matches similar to: "insufficient memory"
2000 Jan 06
1
No subject
I apologize in advance to those for who this wuestion may be too stupid.
Running R 0.091 on Windows 95 (a very old machine I'm afraid 486-66 16M)
When constructing a big matrix I get:
Error: heap memory (6144 Kb) exhausted [needed 7087 Kb more]
See "help(Memory)" on how to increase the heap size.
Help(Memory) tells me I must: (Quote)
Use command line options to set the memory
1999 Nov 12
1
R-0.65.1 Startup
Dear R users,
I have noticed that my R startup is extremely slow. It takes almost 3
minutes  from "double-click" to R prompt. I have been running R-0.64.1 till
recently and it took about 30 sec. I still have access to R-0.64.1. When I
started it up, it took about 25 sec. Can anyone tell me if this is a bug in
R or a problem with my machine?
Note: This is after bootup with R being the
1998 Dec 16
1
out-of-memory
I respost the message here since I suppose P. Mandeville is on the list,
question is rather general and 
----- Forwarded message from MAILER-DAEMON at sirio.stat.unipd.it -----
<mandevip at 148.224.17.2>:
Sorry, I couldn't find any host named 148.224.17.2. (#5.1.2)
--- Below this line is a copy of the message.
On Wed, Dec 16, 1998 at 05:01:02AM +0000, Peter B. Mandeville wrote:
> How
1999 Apr 12
3
--nsize and --vsize
Martin M has suggested I widen this discussion to R-devel, and 
> I agree that we should increase them,
> but I'm not sure at all about the amount.
> 
> The default could even depend on the architecture (via "./configure")..
Views, please.
------------- Begin Forwarded Message -------------
Is is not time we increased the defaults a bit? As the base gets bigger
I hit
1999 Oct 21
2
problems with memory allocation
I hope that someone  has had a similar  trouble and  will be able to
help us :
 We , have installed the R package in a Digital Workstation  with 500Mb
of
RAM memory, running under Unix operating system. The package works  fine
but when we try to start the program with more than 120Mb, (vsize
- --120M) the
workstation refuses to  allocate this memory. The message that we get
is:
Fatal error:
2014 Feb 17
2
Memory Not Recognized
Hello All,
I noticed that my CentOS 6.5 system reports that I only have about 10.9
GiB of RAM when I actually have 16384M. I have already tried adding
mem=xxM to the end of the kernel line in grub.conf. The result is the
same. Any suggestions?
Joe
2000 Mar 17
2
Windows Memory
I'm sure this question is answered in the help file, but likely I'm not reading it corrected.
Running  windows version 1.00.0, loading a table (35K rows by 10 columns) from Excel using the read.table command I receive the following message. 
Error: cons memory (350000 cells) exhausted
       See "help(Memory)" on how to increase the number of cons cells.
>From reading the
2001 Mar 21
3
memory allocation error
Hi,
I have recently installed R-1.2.2 for windows (16MB RAM, P-166) and I
getting the following message after processing my data (6 variables and
1200 observations):
>Error: cannot allocate vector of size 4 Kb
>In addition: Warning message: 
>Reached total allocation of 15Mb: see help(memory.size) 
Then, the program close.
With the last version, 1.1.1 (I think) I didn't have this
2000 May 30
6
heap size trouble
Hi ,
I ''ve got a trouble with using R.
When I want to load a file that contains 93 thousand raws and 22 colums
of data (essentially float)
R shows me this error message
"heap size trouble"
Does anyone could tell me what parameter shall I precise before
launching R in order to load my big file.
Thanks a lot
-------------- next part --------------
A non-text attachment was
2004 Sep 08
5
a little question about R
Hello,sir: Here's a little question about R which needs your help.Thanks in advance. 
If I wanna make a sequence just like a,b,c,d (In other words,a vector consists of 4 characters :a,b,c,d ).How can I do it in a shortcut manner? Yes,I can do it as following: c("a","b","c","d") and the result is:[1] "a" "b" "c"
2000 Nov 09
1
increase memory
dear all,
i cant figure out how to increase memory as in the help. would appreciate
somebody to tell me step by step how to do it.
thanks and regards
yuming
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2009 May 07
1
increasing memory for R bg job
Hi,
Is the following command used to increase the memory or any other command when a background R job is run?
R --min-vsize=vl --max-vsize=vu --min-nsize=nl --max-nsize=nu --max-ppsize=N
source:
http://stat.ethz.ch/R-manual/R-patched/library/base/html/Memory.html
Thx
Carol
      
	[[alternative HTML version deleted]]
1999 Apr 27
2
Memory management
Dear all,
I don't get it:
First of all, the help doesn't say what are the memory limits of
R. Say, what's the max heap size for instance ????
Secondly,  I invoke R with the following commands each time:
rgui --vsize 30M --nsize 1000K
rgui --vsize 30M --nsize 2000K
rgui --vsize 30M --nsize 3000K
rgui --vsize 30M --nsize 4000K
I try to open a matrix 8000x8000 by issuing
1999 Sep 24
2
R's startup : .Rprofile & .Renviron -- info and RFC
[RFC = Request for Comments]
{ Yes, the documentation for .Renviron is really not there (but the FAQ...);
  the rest is in ?Startup }
In R's Startup (on Unix only??) {unless --no-environ is specified}
 ~/.Renviron (if there) is read as an 'sh' script before R is called,
then R looks ((for the site-wide Rprofile and then))
for .Rprofile in the current directory and then for
2000 Apr 07
1
No subject
Hi,
I am currently using version 1.0.0 for windows.
I am dealing with a large data set and I get the error message
Error: heap memory (6144 Kb) exhausted [needed 1595 Kb more]
       See "help(Memory)" on how to increase the heap size.
I looked the help but I didn't mange to increase the memory.
Can you please help?
Many Thanks 
Marco
-------------- next part --------------
An
2015 Jan 15
2
default min-v/nsize parameters
Just wanted to start a discussion on whether R could ship with more
appropriate GC parameters. Right now, loading the recommended package
Matrix leads to:
> library(Matrix)
> gc()
          used (Mb) gc trigger (Mb) max used (Mb)
Ncells 1076796 57.6    1368491 73.1  1198505 64.1
Vcells 1671329 12.8    2685683 20.5  1932418 14.8
Results may vary, but here R needed 64MB of N cells and 15MB
2020 Jul 14
1
dovecot 2.2.13
all, below command  not reporting the actual usage report on dovecot 2.2.13.
please share your suggestion to how to fix this issue 
doveadm -f flow mailbox status -A -t 'messages vsize' '*' is just showing 
rkreddy messages=0 vsize=0
jcplho messages=0 vsize=0
planning messages=0 vsize=0
accounts messages=0 vsize=0
spam.notify messages=0 vsize=0
jsraju messages=0 vsize=0
amarnath
2002 May 14
2
least summed square distance + fit
hi,
I have a matrix (representing original data) that looks e.g. like this 
(consider it beeing x,y,z coords):
441     447	0
265     407	0
374     223	0
288     574	0
669     309	0
591     195	0
595     475	0
424     351	0
I get a second matrix (subject data) that is similiar to the above 
matrix but it is scaled, translated and rotated (and of course a little 
inprecise).
Also I have an
2009 Nov 02
1
Lattice: Saving Plots with Legend
Dear R Users!
I've want to save a lattice "parallel" plot with legend as png:
Plotting with legend works well, but when trying to save the plot there occurs a problem with the legend.
###################################################
require(lattice)
#Some data:
data<-matrix(rnorm(100),ncol=5)
#Plot works
parallel(data)
2002 Oct 29
5
unix environment variables under R
hi,
i am working on a little R-project with a couple od other guys.we use 
CVS, but everyone keeps the R-source files in different locations in his 
home-directory. of course this causes trouble when sourcing R-files. i 
thought a UNIX environment variable could be the solution, but R doesn't 
seem to know about the environment variables.
e.g. >> source("$PROJECT/xxx.R")