Displaying 20 results from an estimated 118 matches for "largish".
2008 Jun 02
0
RE: Largish filesystems [was Re: XFS install issue]
Alain Terriault wrote:
> Just wondering if any one ever consider/use Coraid for massive storage
> under CentOS?
> http://www.coraid.com
> It seems like a very reasonable option.. comments ?
I have one of those installed on CentOS 4.6 with 1TB of storage. I'm
sharing it between three servers. I can't say how well it works for
multi-TB storage, but it works well enough for me
2011 Apr 09
1
Compression of largish expression array files in the DAAGbio/inst/doc directory?
The inst/doc directory of the DAAG package has 6 files coral551.spot, ... that
are around 0.85 MB each. It would be useful to be able to zip then, but that
as matters stand interferes with the use of the Sweave file that uses them to
demonstrate input of expression array data that is in the "spot" format. They
do not automatically get unzipped when required. I have checked that
2008 Jun 02
2
Largish filesystems [was Re: XFS install issue]
On Mon, Jun 2, 2008 at 2:03 PM, Johnny Hughes <johnny at centos.org> wrote:
> I would also not use XFS in production ... but that is just me.
Interesting, I thought that XFS was fairly safe for use. What would
you recommend for filesystems in the 50-500 terabyte range?
(And yes, we do actually run a 70 TB at the moment, so I'm not asking
just to annoy you; I'm genuinely
2008 Jun 02
2
RE: Largish filesystems [was Re: XFS install issue]
To start I wish to that you for the swift response on this
issue. I do not think that I would get such a quick
response from a proprietary (closed-source) company. Open
Source :-).
To respond to one the comments about large file systems
?recommend you split it in several smaller (2-4TB)
filesystems ?
This is not feasible in many situations. In some
situations 2-4TB is not even a reasonable
2006 Jun 09
5
Rails "pasteboard"?
...code or
log files or whatever, and then they just fall off an hour or a day later.
Has anyone done this already with Rails? It seems like a pretty simple
little app to write up, but I just wanted to ask first.
One thing that might be tricky is making sure the application continues to
operate while largish (700 MB? over a gig?) files are transferred into the
pasteboard.
thanks for everything List!
-Andre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/06b80cf6/attachment.html
2005 Oct 17
2
how to find indices of particular array elements
Dear R helpers,
I have a largish matrix (1300 x 1300) and I wish to find the row and column
numbers that identify particular elements whose values I know in advance
(for example, the row and column numbers for the maximum value of the
matrix).
I have looked in the help manual and found the functions 'row' and 'col'...
1997 Nov 27
2
R-beta: Memory Management in R-0.50-a4
Dear R users
we're having a problem reading a largish data file using
read.table(). The file consists of 175000 lines of 4
floating pt numbers. Here's what happens:
> dat_read.table('sst.dat')
Error: memory exhausted
(This is line 358 of src/main/memory.c).
Cutting down the file to around 15000 lines allows
read.table() to work OK....
2011 Apr 04
2
General binary search?
...slow for large N=length(vec) because of the O(N)
checking it does, as Duncan Murdoch has pointed
out<https://stat.ethz.ch/pipermail/r-help/2008-September/174584.html>:
though
its documentation says it runs in O(n * log(N)), it actually runs in O(n *
log(N) + N), which is quite noticeable for largish N. But that is easy
enough to work around by writing a variant of findInterval which calls
find_interv_vec without checking.
-s
PS Yes, binary search is a one-liner in R, but I always prefer to use
standard, fast native libraries when possible....
binarysearch <- function(val,tab...
2007 Mar 05
2
Warming up a new Searcher/Reader (Ferret 0.10.9 win32)
Hi,
I have a largish index [700MB] which is updated from time to time,
requiring me to close and recreate the Ferret::Search::Searcher to use
the latest index.
My problem is that the first few searches on the new index are slow [by
comparison to before the close/recreate], I''m guessing because the new
index...
2004 Jan 13
3
Unexpected timeout in rsync
Hi
I am having trouble with intermittent timeouts when backing up a largish set
of files from /usr using rsync. Approx 125,000 files, 2GB. Backup is to same
machine, from a partition on hda to one on hdb. I am using ribs 2.1
(slightly modified to ignore rsync error 23), run with nice -n 5 via cron.
(for ribs visit http://rustyparts.com/phpBB/viewforum.php?f=9 )
Typica...
2008 Sep 02
6
Scaffolding
Hello everyone,
Does scaffold still work in the new rails 2.0?
Thank you,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2008 Jan 19
1
Patch for assertion failure in 1.0.10
Hi
FETCHing a largish (~30K) zlib compressed maildir message causes an
assertion failure on an attempt to grow the stream buffer to smaller
than its current size.
I believe the attached patch fixes this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: istream-zlib.c.patch
Type:...
2002 May 10
1
qqnorm() with weighted data?
I've got a set of data that are weighted by a largish integer (ranging
from about 50K to 1.5 million). I'd like to plot CDF's for this data
taking into account the weighting. What do you recommend?
Thanks!
--
Russell Senior ``The two chiefs turned to each other.
seniorr at aracnet.com Bellison uncorked a flood of horr...
2005 Feb 17
1
Error in eval(expr, envir, enclos) : numeric envir arg not of length one
I am working with a largish dataset of 25k lines and I am now tying to
use predict.
pred = predict(cuDataGlmModel, length + meanPitch + minimumPitch +
maximumPitch + meanF1 + meanF2 + meanF3 + meanF4 + meanF5 +
ratioF1ToF2 + rationF3ToF1 + jitter + shimmer + percentUnvoicedFrames
+ numberOfVoiceBreaks + percentOfVoiceBr...
2009 Oct 28
1
Regex matching that gives byte offset?
Hi,
Is there any way of doing 'grep' ore something like it on the content of a
text file and extract the byte positioning of the match in the file? I'm
facing the need to access rather largish (>600MB) XML files and would like
to be able to index them ...
Thanks for any help or flogging,
Joh
2012 Sep 14
1
Parallel R
Hi there,
I have a largish optimisation problem (10 years of daily observations).
I want to optimise between 4 and 6 parameters.
I'd like to utilise parallel computing if I can as I will have to run it
with different starting values etc.
I have a quad core PC with 16GB ram running windows 7.
Having done a little rea...
2007 Jun 29
1
[LLVMdev] Web Server back up
...h checked out trees. In practice, I don't think it
> matters at
> all. We'll see (through the cvs commit script) if someone commits
> to cvs
> anyway and can scold them.
>
> To the world: don't commit to the cvs tree :)
I won't, but I'm partway through a largish patch, so I'd appreciate
if cvs diff
continued to work, for the next week or so anyway.
2004 Jun 15
1
fit.mult.impute and quantile regression
I have a largish dataset (1025) with around .15 of the data missing at random overall, but more like .25 in the dependent variable. I am interested in modelling the data using quantile regression, but do not know how to do this with multiply imputed data (which is what the dataset seems to need). The original pla...
2012 Oct 16
3
Poor rsync performance after upgrade from 5.8 x86 to 6.3 x64
Greetings-
The subject sums it up...
I have a Dell 2950 acting as a general purpose 'storage' machine, handling some NFS work for some local servers, and also pulling in rsync backups of some largish filesystems over SSH. These backups, prior to the upgrade were taking about 6 hours to complete (MANY small files). Now, after the upgrade, the same backups are taking about 16 hours to complete. The actual storage array in question (PERC 5i running RAID5) has not changed in any way, nor the filesy...
2009 Sep 01
3
For you old-timers, an RS232 question about data rate confirmation.
...F
WAN and I need to confirm the actual data rate that I'll be able to
achieve. I have the drivers loaded (/dev/ttyr00) and a loopback plug on
the end of the device. I am able to confirm that it works fine with
minicom, but I'd like to be able to have a program read/write the device
with a largish file and give me a throughput rating.
Short of writing my own program, can anyone point me to a good tool for
that purpose. yum search RS232 and yum search serial haven't provided
what I'm looking for and I can't imagine that this isn't already done.
Thanks!
Barry