similar to: cannot allocate vector of size 71773 Kb (PR#915)

Displaying 20 results from an estimated 200 matches similar to: "cannot allocate vector of size 71773 Kb (PR#915)"

2007 Mar 20
1
about hcluster
Hi all: As to hcluster,how can I control the cluster is performed according to rows(genes for instance) or columns(samples for instance)? I can't find the parameters for it. Thanks a lot! My best!
2000 Jul 13
2
R_memory/Question
Bonjour, Je voudrais savoir comment on peut modifier les capacit?s de m?moire pour le logiciel R, car j'ai un probl?me pour lire un tableau contenant 200000 observations et 30 variables. Je vous remercie d'avance pour toute aide ?ventuelle. Cordialement, Steffy.Ruiz at wanadoo.fr -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Nov 21
1
how can I import a number of datsets in a folder in my working directory to a list in R
Hi, Suppose, if I create 15 files in my working directory. set.seed(48) lapply(1:15,function(i) {m1 <- matrix(sample(1:20,1686*2,replace=TRUE),nrow=1686,ncol=2); write.table(m1,paste0("file_",i,".txt"),row.names=FALSE,quote=FALSE)}) ?D <-dir() D1 <- D[order(as.numeric(gsub("\\D+","",D)))] D1 ?res <- t(sapply(D1,function(x) {x1<-
2001 Mar 23
2
Memory problems, HDF5 library and R-1.2.2 garbage collection
Hello: I've recently started using R to process data in HDF5 format. My files come in 1.5MB chunks, but they can be as big as 50MB. The problem I am facing with R-1.2.2 is that when I try to load 50 of the 1.5MB HDF5 files (using the hdf5 library) in a loop, my Linux box gets close to its memory limit around the file #15 (256MB RAM and 256MB swap). This happens even if I load file ->
2001 Aug 08
2
Library hdarray
Dear everybody! I m seeking the package named hdarray for the analysis of microarrays data. It must not included in the base packages. Thanks in advance. Aboubakar Maitournam. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2005 Sep 20
1
Xgird, R, parallel computing
Hi, list, Sorry if I am bothering you. I am interested in using xgrid with R for distributed computing. I am using MacOS X and my R 2.1. 1 is already installed and running. The client computers are all of the same type and the same version of R has been installed on them. We have also set up xgrid on my system and client computers as well. I am wondering if any one can give me some clues
2003 Nov 30
2
R as OS X Framework
After the recent discussion about future direction of the Mac OS X port, I was toying with the idea to make R a proper Mac OS X framework. There are several advantages: OS X locates frameworks automatically, therefore any program wishing to link against R has only to specify "-framework R" at link time. Furthermore versioning is supported, i.e. if a program is linked against R 1.7.1
2014 Sep 07
0
format(object.size(...), units): KB, MB, and GB instead of Kb, Mb, and Gb?
I cannot remember if this has already been discussed or not, and I'm a bit worried I'm throwing off an endless debate. If it's already settled, no need to discuss it further. TOPIC #1: Shouldn't R use KB, MB and GB when reporting on sizes kilobytes, megabytes and gigabytes? More specifically, format() for object_size objects (returned by object.size()) uses Kb, Mb and Gb, which
2011 Nov 04
2
[Bug 8574] New: Missing option description for --exclude in man page
https://bugzilla.samba.org/show_bug.cgi?id=8574 Summary: Missing option description for --exclude in man page Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: gerd.katzenbeisser
2006 May 29
2
Convert bytes to kb or mb in words
Using File.size(myfile) I can get the size of the uploaded file in _bytes_. Does anybody know of a function to convert bytes into a more human readable format? If I had a wish list for a "file_size_in_words()" function, it would do this: 10752 bytes becomes "10.5 Kilobytes". 2213814 bytes becomes "2.1 Megabytes". 238 bytes becomes "Less Than 1 Kilobyte".
2006 Jan 19
0
OS X Finder - Zero KB Available, Write Problems, Uggh
Dear list- On all of our Mac OS X (Samba) clients (10.3, 10.4) I have been experiencing the following problem: users would not be able to write to a published Samba shares UNLESS tha Global parameter "Max Disk Size = xxxxxx" is set in the Samba server's config file. I first discovered this issue while setting up a Linux server (using the 2.4 kernel and version 3.0 of Samba) last
2008 Sep 18
0
domU cpuinfo shows only 16 KB ater upgrading to Xen-3.3.0!
Hi folks! After upgrading my Xen-3.2.0 to new Xen-3.3.0/Linux-2.6.18.8-xen-3.3.0 my domU /proc/cpuinfo shows only: administrativo@vsrvXX:~$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 3.40GHz stepping : 4 cpu MHz : 3391.500 *cache size : 16 KB* physical id : 0 siblings
2004 Oct 04
1
Error: cannot allocate vector of size 1125522 Kb, Reached total allocation of 510Mb
R-help I'm trying to compute the 'dist' function of a data set consisting of 16975 observations and 5 variables(2 quantitative and 3 categorical). If I call the function on a subset of the data frame everything works fine but when I reach above 3000 observations R either crash or gives the following error message. Error: cannot allocate vector of size 1125522 Kb In addition: Warning
2008 May 17
0
autocorrelation in nlme: Error: cannot allocate vector of size 220979 Kb
Dear R community, Below you may find the details of my model (lm11). I receive the error message "Error: cannot allocate vector of size 220979 Kb" after applying the autocorrelation function update(lm11, corr=corAR1()). lm11<-lme(Soil.temp ~ Veg*M+Veg*year, data=a, random = list(Site=pdDiag(~Veg), Plot=pdDiag(~Veg))
2006 Nov 13
0
No mouse and KB activity in FC5 guest OS in FC6 xen host setup
Here is the configuration of unmodified guest FC5 in FC6 Xen host. I have a iMac running FC6 Xen in x86 mode and FC5 as unmodified guest I get a graphics for unmodified guest which allows me login. But then no mouse and keyboard is active after logging me into FC5 unmodified guest. What is wrong ? I also tried adding nographic=1 options and usb=1 and sdl=1. I always created it again. But
2017 May 12
0
Message body is too big: 247741 bytes with a limit of 40 KB
On 11.05.17 17:35, Jesse Molina wrote: >A 40KB limitation on messages is probably inappropriate in the year 2017. sending mail >40KB is inapropriate in this kind of mailing list. If you have attachment, share it via web. text is welcome pastebin or paste.debian.org (since this list runs on lists.debian.org). >On 5/9/2017 3:09 PM, nut-upsuser-owner at lists.alioth.debian.org wrote:
2008 Jul 09
2
CentOS Patch for http://www.kb.cert.org/vuls/id/800113
Will there be a BIND patch available for this vulnerability, for CentOS 3.9? http://www.kb.cert.org/vuls/id/800113
2006 Dec 05
0
Quota's KB or MB
Hi, Did dovecot ever implement quota's in MB's or has it always used quota's in KB's? I have RC15 using quota's in KB and beta8 somehow using quota's in MB's. Am I going mad? Regards Richard
1997 Jul 15
0
http://www.microsoft.com/kb/articles/q165/4/03.htm
extract from the above article: With this update installed, connecting to older SMB servers using the Client for Microsoft Networks is no longer possible, because these older servers do not support encryption of passwords sent over the network. The following SMB servers are known not to support password encryption over the network: Samba LAN Manager for UNIX
1997 Jul 15
0
http://www.microsoft.com/kb/articles/Q166/7/30.htm
this article is technically correct, however it fails to point out that samba can be upgraded to support encrypted passwords. see: 15th July 97: Samba and Encrypted Passwords. http://samba.canberra.edu.au/pub/samba/SambaEncryption.html luke extract: After upgrading your Windowss NT 4.0 computer to Service Pack 3 (SP3), you are unable to connect to SMB servers (such as Samba or