search for: 600k

Displaying 20 results from an estimated 51 matches for "600k".

Did you mean: 600
2025 May 07
2
Help merging large datasets in R
...using data tables rather than a data frame. merged <- dataset2[dataset1, on = "id", nomatch = NA] 3) Alternatively: join functions from the dplyr package, cbind(), and rbind() can be used in different ways to combine data. 4) Make sure the process is successful. It looked like 200K + 600K + 2000K + 2000K = 4000K which is obviously wrong. If I merge 200 k and 600k and get back 600k, I am either not telling the whole story or I made an error. Maybe I have 200k observations of 10 variables and 600k observations of 4 variables and I get an object of 600k with 13 variables (one is lost b...
2009 Oct 01
1
Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'character' & 'getEncChar' must be called on a CHARSXP
Hello, I have list of 600K lists, each sublist a list of two elements, the first a character, the second a list of six named elements, some characters some numrics. LISTA (600K) (:= h) |__ List of two elements |__ Character |__ Named List of 6 elements (characters and numerics) This works, sip <-...
2025 May 08
1
Help merging large datasets in R
...es rather than a data frame. >merged <- dataset2[dataset1, on = "id", nomatch = NA] > >3) Alternatively: join functions from the dplyr package, cbind(), and rbind() can be used in different ways to combine data. >4) Make sure the process is successful. It looked like 200K + 600K + 2000K + 2000K = 4000K which is obviously wrong. If I merge 200 k and 600k and get back 600k, I am either not telling the whole story or I made an error. Maybe I have 200k observations of 10 variables and 600k observations of 4 variables and I get an object of 600k with 13 variables (one is lost b...
2004 Jan 30
3
memory problem for R
Hi, I try to use lm to fit a linear model with 600k rows and 70 attributes. But I can't even load the data into the R environment. The error message says the vector memory is used up. Is there anyone having experience with large datasets in R? (I bet) Please advise. thanks, Yun-Fang [[alternative HTML version deleted]]
2025 May 07
2
Help merging large datasets in R
Hi guys, For my MSc. thesis i am using R studio. The goal is for me to merge a couple (6) of relatively large datasets (min of 200.000 and max of 2mil rows). I have now been able to do so, however I think something might be going wrong in my codes. For reference, i have a dataset 1 (200.000), dataset 2 (600.000), dataset 3 (2mil) and dataset 4 (2mil) merged into one dataset of 4mil, and dataset 5
1998 Oct 13
0
Possibe Autocad R13 Fix found
I think I have a possible fix to the severe performance issues with using Autocad R13 on Samba file Servers. Performance usually ranges in the 12-40K/s range (according to NT Performance Monitor). This equals roughly a 1 minute wait to load a 600K drawing into Autocad, even on very high performance systems. Strangely enough, Autocad is able to write the file, VERY fast to the samba server, on some of my machines even up to 900K/s (bursting higher). There is some increase in performance when using NT with Service Pack 3, but as I have sai...
2011 Apr 29
1
error while checking package size during Rcmd check
...Rcmd check proto-3.9.2.tar.gz using "R version 2.13.0 Patched (2011-04-25 r55638)" * checking installed package size ...Error in if (total > 1024 * 5) { : missing value where TRUE/FALSE needed Execution halted I don't get this under R.2.12.x. The size of the tar.gz file is under 600K. What causes this or if its too hard to tell from the message how can I investigate it further? -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com
2012 Jan 18
1
kmeans clustering on large but sparse matrix
Hi, I have a 60k*600k matrix, which exceed the vector length limit of 2^32-1. But it's rather sparse, only 0.02% has value. So I save is as MarketMatrix (mm) file, it's about 300M in size. I use readMM in Matrix package to read it in. If do so, the data type becomes dgTMatrix in 'Matrix' package instead...
2010 Feb 11
2
trouble with read.table and colClasses='raw'
Hi all, First off, it is surprising that there are no examples of how to use read.table() under ?read.table ! I am trying to read in a flat file of type 'raw'. It has 1000 rows and 600K columns. I have the RAM to accomplish this, but can't get the data into R using read.table: x <- read.table("data",header=TRUE,colClasses=rep(,600000)) #returns error: no method or default for coercing "character" to "raw" Then I thought that maybe the colCla...
2002 Jan 10
2
Visual Fox Pro 6 APP and Wine & Reggresion
Hello, i'm working in software development company, and we have a custom made software in VFP 6, as we're thinking on replacing all our win9x boxes to linux (since we got rid of those hard-to-manage-and-prone-to-error nt boxes) since we mostly use this app for everything, we tried to run it in Linux using wine. i downloaded the latest wine release, the codeweavers release and a CVS one,
2001 Aug 08
2
Executable size with vorbis.
...minate most flexibility in order to achieve this. I noticed that the static libs are huge ~.5megs a piece. Is there anything we could cut out to make them smaller? I threw all of the code into one static lib and (after fixing quite a few compiler errors) noticed that the resulting lib was around 600k. Too large for a downloadable that is already over 1 meg. Any ideas would be greatly appreciated. Chris Nuernberger (chris.nuernberger@anark.com). --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a me...
2012 Oct 24
6
Rebuilding indexes fails on inconsistent mdbox
...nitially appeared, I did a hard reset of the system because it was unresponsive. The error message is exactly the same before and after the hard reset. The problem is triggered by both IMAP access and dovecot deliver access. The whole mdbox is 6.6 GiB large and I guess that it contains about 300k-600k messages. It's an archive of public mailing lists, so I could give access to the files. Can anybody say something about this? May the mdbox be repaired? Regards, Milan Holz?pfel -- Milan Holz?pfel <listen at mjh.name> -------------- next part -------------- An embedded and charset...
2012 Jan 18
4
Performance of Maildir vs sdbox/mdbox
...y single mailbox) - Nginx proxy used to terminate customer connections, connections are redirected to the appropriate geographic servers * Apache Lucene indexes will be used to accelerate IMAP search for users Our closest current live configuration (Qmail SMTP, Courier IMAP, Maildir) has 600K mailboxes and pushes ~ 35,000 NFS operations per second at peak Some of the things I would like to know: * Are we likely to see a reduction in IOPS/User by using Maildir alone under Dovecot? * What kind of IOPS/User reduction could we expect to see under mdbox? * If someone can give some te...
2020 Jul 03
2
Slow terminal response Centos 7.7 1908
...0 0 0 0 100 0 0 0| 0 152k| 0| 0 2 0 0 100 0 0 0| 0 0 | 0| 0 0 1 1 98 1 0 0| 16k 2569k|14.8| 1 207 1 1 98 0 0 0|4096B 0 |1.10| 1 0 1 0 99 0 0 0| 0 0 | 0| 0 0 0 0 100 0 0 0| 0 600k|1.30| 0 51 2 0 98 0 0 0| 0 0 | 0| 0 0 4 0 96 0 0 0| 0 0 | 0| 0 0 0 0 100 0 0 0| 0 0 | 0| 0 0 -- --------------------- Erick Perez ---------------------
2007 Jan 24
2
Thoughput
Hi, I am after a feel of the throughput capabilities for TC and Iptables in comparison to dedicated hardware. I have heard talk about 1Gb+ throughput with minimal performance impact using 50ish TC rules and 100+ Iptables rules. Is there anyone here running large throughput / large configurations, and if so, what sort of figures? Regards Dan
2006 Nov 09
16
Some performance questions with ZFS/NFS/DNLC at snv_48
...''ve run into.. 1. DNLC-through-ZFS doesn''t seem to listen to ncsize. The filesystem currently has ~550k inodes and large portions of it is frequently looked over with rsync (over nfs). mdb said ncsize was about 68k and vmstat -s said we had a hitrate of ~30%, so I set ncsize to 600k and rebooted.. Didn''t seem to change much, still seeing hitrates at about the same and manual find(1) doesn''t seem to be that cached (according to vmstat and dnlcsnoop.d). When booting, the following message came up, not sure if it matters or not: NOTICE: setting nrnode to max val...
2020 Jul 03
1
Slow terminal response Centos 7.7 1908
...0| 0 2 >> 0 0 100 0 0 0| 0 0 | 0| 0 0 >> 1 1 98 1 0 0| 16k 2569k|14.8| 1 207 >> 1 1 98 0 0 0|4096B 0 |1.10| 1 0 >> 1 0 99 0 0 0| 0 0 | 0| 0 0 >> 0 0 100 0 0 0| 0 600k|1.30| 0 51 >> 2 0 98 0 0 0| 0 0 | 0| 0 0 >> 4 0 96 0 0 0| 0 0 | 0| 0 0 >> 0 0 100 0 0 0| 0 0 | 0| 0 0 >> >> >> >> -- >> >> --------------------- >> Erick Perez...
2011 Sep 01
1
No buffer space available - loses network connectivity
...58K 343 6 1372K proc_inode_cache 1728 1215 70% 0.02K 12 144 48K anon_vma 1650 1590 96% 0.25K 110 15 440K skbuff_head_cache 1498 1493 99% 2.00K 749 2 2996K size-2048 1050 1032 98% 0.55K 150 7 600K inode_cache 792 767 96% 1.00K 198 4 792K size-1024 649 298 45% 0.06K 11 59 44K pid 600 227 37% 0.09K 15 40 60K journal_head 590 298 50% 0.06K 10 59 40K delayacct_cache 496 424 85% 0....
2007 Feb 22
1
Booting non Linux Os
Hello, I have been trying to use PXELINUX to boot a non Linux OS (QNX6). It works if I set the image to be of type .bs (BOOT SECTOR). However this only works if the file is below ~550K. If I go over that size the screen gets fill with gargabe ;-) I think that's because the image is meant to be load by the QNX6 loader. It doesn't have a BIOS signature but rather a custom signature.
2011 May 27
0
Regresión Beta: más rápido?
Buenas tardes, Estoy interesado en ajustar modelos de regresion beta {betareg} a un conjunto de datos en el que se tienen una variable respuesta "y" y ~600K variables independientes. En el codigo en R que se encuentra en la parte inferior presento un ejemplo en el que se tienen 500 variables independientes y la misma respuesta "y" para todos. Tambien se encuentran algunos tiempos de ejecucion y mi sessionInfo(). Me gustaria aumentar la ve...