search for: 500k

Displaying 20 results from an estimated 201 matches for "500k".

Did you mean: 500
2012 Dec 13
1
recursion depth limitations
Hello List, I am aware that one can set with recursion depth 'options(expressions = #)', but it has 500K limit. Why do we have a 500K limit on this? While some algorithms are only "solvable" feasibility with recursion and 500K sounds not too much i.e. graph algorithms for example dependency trees with large nodes easily reach to that number. Best, -m
2007 Aug 21
12
Is ZFS efficient for large collections of small files?
Is ZFS efficient at handling huge populations of tiny-to-small files - for example, 20 million TIFF images in a collection, each between 5 and 500k in size? I am asking because I could have sworn that I read somewhere that it isn''t, but I can''t find the reference. Thanks, Brian -- - Brian Gupta http://opensolaris.org/os/project/nycosug/
2008 Jul 11
1
More compact form of lm object that can be used for prediction?
...f 6 lm() models, each of which are being run on the same data frame of approximately 500,000 rows. I eventually want to predict all 6 of the dependent variables on a new data frame, which also has several hundred thousand rows. E.g. I need to create: lm.1 <- lm(y1 ~ x1 + f + g,data=my.500k.rows) lm.2 <- lm(y2 ~ x2 + f + g,data=my.500k.rows) ... lm.6 <- lm(y6 ~ x6 + f + g,data=my.500k.rows) and then predict y1 ... y6 for another large data set predict (lm.1, newdata=another.500k.rows) predict (lm.2, newdata=another.500k.rows) ... predict (lm.6, newdata=another.500k...
2007 Jan 19
3
Are these numbers resonsable?
...K200-04> at ata0-master UDMA33 [2] The sub-systems are: 1 - A server giving adreesses of documents to be indexed 2 - A server receiving these documents and replacing (I don't add, just replaces) 3 - The indexer/parser of documents send all them to "2" after X documents [3] - With 500K documents the flush (automatict) is very slow (the last started 2 hours ago from this mail, and not ended yet), the database(flint) are with 19GB, look delve result: number of documents = 560857 average document length = 1348.51 My worse is about 2hours of flush needed, but if you saw me that it...
2004 Oct 14
1
Shaping on Ports, multiple IP Address''s, and SFQ
...sses? Would this decrease the time-outs some users are getting at heavy load times? If so, could someone please explain what this (SFQ) does, as the documentation in the LARTC and other spots is very weak. Another question, I was also thinking of limiting everyone''s bandwidth to like say 500K each, so no connection can get more then 500k, then it would take about 6 people using full connections to max the line. I have searched and found no real good way to do this other than creating 125 classes and filters AND if I did that would I still be able to perform QoS on certain ports. I'...
2004 Aug 09
2
Memory failure!!!!
...under Windows on a machine with 2 GB of physical RAM and 4GB of paged memory. I wrote in the R property windows --sdi --max-mem-size=4094M, but the R itself when it is doing a bayesian modelling (geoR) it stops at 1,096K and i get memory errors because it cannot allocate a new segment of about 500K of memory. I don't have Visual Basic so i cannot use the other commands suggested in Help. Also, if i am using memory.size(max=TRUE) i get a value corresponding to about 1024K, and if i am using memory.limit(size=NA) i get a value of about 4000K. How can i force R to use more memory? tha...
2014 Oct 12
2
Dovecot domain quota
...------------------- counts quota only for last user as defined /etc/dovecot/users or in database table. So if I have in /etc/dovecot/users (the contents is from testing VPS): ----------------------------------- test at debian.jd:{plain}radegast:8:8::/srv/mail/debian.jd/::userdb_quota_rule=*:storage=500k bartmann at debian.jd:{plain}radegast:8:8::/srv/mail/debian.jd/::userdb_quota_rule=*:storage=500k ----------------------------------- After running `doveadm quota recalc -A` I have in my db: ----------------------------------- +-----------+--------+----------+ | domain | bytes | messages | +---...
2006 Nov 01
4
splitting very long character string
Hello, I've a very long character array (>500k characters) that need to split by '\n' resulting in an array of about 60k numbers. The help on strsplit says to use perl=TRUE to get better formance, but still it takes several minutes to split this string. The massive string is the return value of a call to xmlElementsByTagName from the X...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
No test cases for a 500k patch? -eric On Apr 18, 2012, at 9:18 PM, Sirish Pande wrote: > Hi, > > Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. > > Sirish > > -- > Qualcomm Innovation Center, Inc is a member of Code Aurora Forum > > <He...
2012 Apr 19
4
[LLVMdev] Target Dependent Hexagon Packetizer patch
Hi, Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonPacketizer.patch URL:
2011 Sep 02
2
Avoiding for Loop for moving average
Hello, I need to calculate a moving average and an exponentially weighted moving average over a fairly large data set (500K rows). Doing this in a for loop works nicely, but is slow. ewma <- data$col[1] N <- dim(data)[1] for(i in 2:N){ data$ewma <- alpha * data$ewma[i-1] + (1-alpha) * data$value[i] } Since the moving average "accumulates" as we move through the data, I'm not sure on the best/...
2007 Mar 21
3
lock file on embedded device
...e file dovecot-uidlist.lock was not removed. more details: dovecot: Mar 21 17:13:34 Warning: IMAP(test at fabri-fibra.org): Our dotlock file /home/vpopmail/domains/mydomain.org/test/Maildir/dovecot-uidlist.lock was overridden (kept it 0 secs) By the way my file system is a jffs, and my disk has 500K left. I will appreciate any tips. Fabrizio. ------------------------------------------------------ Con Prometeo prestiti senza spese fino a 31.000 Euro! Clicca qui http://click.libero.it/webnation21m07
2015 Feb 05
3
Typically end-to-end 'delay' of live audio
I have an audio device driver for a live feed that produces Opus frames, if I were to use icecast, what sort of real-time delay can I expect? 3-5s? 5-10s? more? I've tried using the html5 <audio> tag directly to stream my source, but it seems browsers like to queue-up 250K to 500K of audio 'data' before they begin playback. That introduces a 15-30s delay depending on browser and the audio compression used. I'd like an html5 (plugin-less) solution that introduces no more than a 3-5s delay. -- Tony -------------- next part -------------- An HTML attachment was s...
2006 Sep 14
2
Possiible Bug ? indexWriter#doc_count countsdeleted docs after #commit
...that #commit doesn''t affect #doc_count, even across ruby sessions. On a different note, I''d like to request a variation of #add_document which returns the doc_id of the document added, as opposed to self. I''m trying to track down an issue with a large test index [600MB, 500k docs] in which I need to update a document. The old document is deleted then added again, but doesn''t show up in my searches. A #doc_count on the writer before and after #add_document shows that the index is 1 document larger, but I still cant #search for the updated doc. What do you thi...
2006 May 10
11
HTB at 100+ Mbits/sec
Hello all, I''ve been trying to test HTB performance for different link bandwidths to find potential limits and this is what I have so far: http://home.comcast.net/~msethuraman/htbtest/ Can members please go over the setup, test procedure and the results and answer a few questions? 1. Is the testing methodology okay and can the results be considered accurate? If so, is this a decent
2009 Oct 17
2
New issue with a New Vista Client - couldn't find service
...ista workstation to my small network Vista found my shares and I am able to access them with no jerking around with authentication types or such as I use appropriate pw and user name to log into the vista box. Problem is vista is spamming my server, taking up >50% cpu time and creating a 500K log file every 2 min it is filling the log file with [2009/10/17 08:11:28, 0] smbd/service.c:make_connection(800) dads-pc (10.0.2.124) couldn't find service roo [2009/10/17 08:11:28, 0] smbd/service.c:make_connection(800) dads-pc (10.0.2.124) couldn't find service roo [2009/...
2009 Mar 31
5
how to increase the limit for max.print in R
Hi All, I am using DNAcopy package in R for copy number analysis of 500K chip. The final output which I get from DNA copy is too big to be printed in a file. So I am getting an error as "reached getOption("max.print") -- omitted 475569 rows " Can somebody please provide me the pointers with how to increase the limit for max.print . Thanks,...
2009 Jul 01
3
"Error: cannot allocate vector of size 332.3 Mb"
...(In fact, sometimes R won't even create one of them.) More to the point, is there some simple remedy? (Rewriting all my code to use the "Matrix" library, for example, is not a simple remedy.) I tried launching R in a terminal with R --min-vsize=10M --max-vsize=5G --min-nsize=500k --max-nsize=900M and that didn't work either. Finally, let me remark that I had the same problem with an older version of R. -- Steve Ellis
2016 Nov 29
2
auth client limit versus service count of mail processes
...of 2048 processes (we see about 300 at peak times) neatly fits into the client limit of 16384. Now setting the client limit in the auth section to the required value of course will do no real good in this scenario, as the fd limit becomes the next bottleneck and I'm not going to raise that to 500k, thank you very much. ^o^ So basically my questions here are: 1. Where's the difference in Dovecot's logic between a mail service that has a service count of 1 versus one with >1? 2. Any way to get the process recycling for IMAP going w/o setting the fd limit to a ridiculous amount?...
2016 May 15
2
How to disable audio in CentOS7?
On 05/15/2016 09:11 AM, Alice Wonder wrote: > On 05/15/2016 04:48 AM, Steve Snyder wrote: >> How can I completely disable audio drivers and services in my CentOS7 >> system? >> >> This system is a server that will never run any audio applications. The >> problem is, I can't disable the audio device in my BIOS, so the system >> finds it in the PCI device