search for: 130000

Displaying 20 results from an estimated 26 matches for "130000".

Did you mean: 10000
2012 Dec 11
1
Rprof causing R to crash
...if(50<=f & f<100) return(2*(100-f)) if(f==100) return((max(pred.vect)-tiff.entry)/(max(pred.vect)-min(pred.vect))*100) else return(NA) } train.dat <- data.frame(a=runif(200),b=runif(200),c=runif(200),d=runif(200)) temp <- data.frame(a=runif(130000),b=runif(130000),c=runif(130000),d=runif(130000)) pred.rng<-temp vnames.final.mod <- names(train.dat) nvars.final <- length(vnames.final.mod) start.time<-Sys.time() for(k in 1:nvars.final){ pred.range<-train.dat[,match(vnames.final.mod[k],names(t...
2010 Apr 30
1
Possible bug in POSIX classes for R 2.11.0?
...and he said this was a potential bug that I should report to the R development team. The details are given below in the thread below. Basically, I can crash R with this code: library(zoo) x <- runif(140000, 2009, 2010) x <- as.yearmon(x) table(x) This will not crash with a vector of size 130000. Achim got it to crash with the following code that did not use zoo: x <- rep(as.Date("1970-01-01"), 140000) y <- as.POSIXlt(x) z <- format(y, "%d") I did find a work around, so this is no longer an immediate problem for me, but it would be better if the problem didn...
2009 Feb 21
1
samba 3.2.6 - Does locking.tdb has a maximum size?
Hi, I've noticed that locking.tdb file grows over time. This happened while running the following test: - delete locking.tdb and restart samba - connect a linux client using cifs mount -run the following script on the client: #!bin/bash for i in `seq 1 130000`;do echo $i echo === KB_rand=$(((RANDOM % 300 + 1)*(1000)) dd if=/dev/urandom of=/mnt/cifs/files/smallfile$i bs=$KB_rand count=1 done So there's only one client writing many files. The locking.tdb file grew to 2 megs, at which point space...
2004 Aug 04
1
RGUI Console settings
...nning of the outputs under the default console settings. I changed the "lines" setting from 8000 to 16000, but that didn't seem to change the no. of lines that would display (checked with "for(i in 1:9000) print(i)"). So then I changed the "buffer bytes" setting to 130000 and now the console will display what I want. But clearly I don't really understand what is going on here ........ Thanks, Duncan ***************************************** Dr. Duncan Mackay School of Biological Sciences Flinders University GPO Box 2100 Adelaide S.A. 5001 AUSTRALIA Ph (08)...
2009 Mar 11
1
bandwidth issue
...lel I get 340 KB/s for EACH process, which is 5.4 Mbps in total. Starting a third parallel process bandwidth is going down, but the sum is still about 5.4 Mbps. I think the problem is related to the buffer size. Is it ok to change buffersize with this command line option: --sockopts=SO_SNDBUF=130000,SO_RCVBUF=130000 Is it sufficient to change only those 2 parameters ? Will this also change the buffersize af the other host (via rsync communication)? In the logs I do not get any information that the sockopts parameter is changing something (although I am using "vvvv"). Any he...
2008 Nov 27
1
Help processing large data
Dear all, I have one problem to handle a large dataset... It looks like: "read" "no" "length" 2 2 144 7 7 47490 9 9 310944 11 11 10089 14 14 13152 17 17 27363 and so on There are 130000 rows >From this table I need to make a table like 2_1 2 100 2_2 2 44 7_1 7 100 7_2 7 100 ... ... 7_474 7 100 7_475 7 90 9_1 9 100 9_2 9 100 and so on... In words: I want to divide the 3rd column by 100 to keep the length 100 and increasing no of rows needed, where no will be same for all inc...
2010 Jan 14
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi again, I tested lower cumul_gain limit values. In fact, I reduced the value to 240000, 230000, 220000, ..., 20000, 10000, 5000, 2000, 1000, 500. (quality 7, complexity 2) For input signal 2000 Hz, the values 190000, 130000, 60000, and 1000 look o.k., all others don't. For 500, the (zoomed out) waveform shows some kind of amplitude ripple -- i think, this value is definetely too low. I tested the good values for 2200 Hz input, too. Only the value 1000 looks more or less o.k. (no huge instability, but some kind of...
2005 Mar 03
3
Rank-based p-value on large dataset
I have a fairly simple problem--I have about 80,000 values (call them y) that I am using as an empirical distribution and I want to find the p-value (never mind the multiple testing issues here, for the time being) of 130,000 points (call them x) from the empirical distribution. I typically do that (for one-sided test) something like loop over i in x p.val[i] = sum(y>x[i])/length(y) and
2010 Jan 20
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
...ote: > > > Hi again, > > > > > > I tested lower cumul_gain limit values. In fact, I reduced the value to 240000, 230000, 220000, ..., 20000, 10000, 5000, 2000, 1000, 500. (quality 7, complexity 2) > > > > > > For input signal 2000 Hz, the values 190000, 130000, 60000, and 1000 look o.k., all others don't. For 500, the (zoomed out) waveform shows some kind of amplitude ripple -- i think, this value is definetely too low. > > > I tested the good values for 2200 Hz input, too. Only the value 1000 looks more or less o.k. (no huge instability, bu...
2016 Mar 16
1
Showstopper problem: Winbindd no longer starting
...e = 500-9999 doing parameter idmap config LIZARDCLUSTER : backend = rid doing parameter idmap config LIZARDCLUSTER : range = 100000-120000 doing parameter idmap config LIZARDCLUSTER : base_rid = 1000 doing parameter idmap config BUILTIN : backend = rid doing parameter idmap config BUILTIN : range = 130000-140000 doing parameter idmap config BUILTIN : base_rid = 1000 doing parameter idmap config * : backend = ldap doing parameter idmap config * : range = 10000-20000 doing parameter idmap config * : ldap_url = "ldap://granite.ifa.net ldap://millstone.ifa.net ldap://basalt.ifa.net" doing par...
1999 Sep 20
3
image legend
Dear R users, Does anyone have a function for putting a legend on an image plot? I couldn't locate an R equivalent of image.legend....has anyone written such a thing? kind regards andy --------------------------------------------------------------------- J. Andy Royle, U.S. Fish and Wildlife Service - Office of Migratory Bird Management; 11510 American Holly Drive , Laurel, MD
2013 Mar 07
2
Puppet Dashboard changed reports view error
Hello Puppet Users ! We encounter a problem with the dashboard on this URI : /reports/changed The /reports works fine with ~130000 reports (up to 3 months and auto-cleaning with rake reports:prune job) I make a reports:prune:orphaned, juste in case, but without any success. The most recent change on the server was the puppetmaster upgrade from 3.0.2 to 3.1.0. Here is the dashboard error log : >>>>>>&gt...
2007 Nov 29
0
dtrace doesn''t trace some functions
Hello, I''m trying to debug an issue with rpc.metad on Solaris 10, basecally I believe the failure path is - svc_init -- check_sys --- check_host ---- strcmp(hostname, mynode()) It seems that for some reason hostname and mynode didn''t match then I would like to use dtrace to show the argument of the strcmp However the dtrace pid provider can''t trace functions
2003 Dec 14
2
density plot for very large dataset
I'm new to R and am trying to perform a simple, yet problematic task. I have two variables for which I would like to measure the correlation and plot versus each other. However, I have ~30 million data points measurements of each variable. I can read this into R from file and produce a plot with plot(x0, x1) but as you would expect, its not pretty to look at and produces a postscript
2006 Mar 29
1
Too many links
...s) I get a "Too many links" error from dovecot. This error is not obscure but I'm unable to find a solution with this error on google. I kown the /proc/sys/fs/file-max for increase the number of open file, but it's not the problem here. This probleme occure with more than 130000 directory and more than 350000 file. Have you an idea ? Thank, Cyril Feraudet
2010 Jan 18
0
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
...14 11:11, Frank Lorenz wrote: > > Hi again, > > > > I tested lower cumul_gain limit values. In fact, I reduced the value to 240000, 230000, 220000, ..., 20000, 10000, 5000, 2000, 1000, 500. (quality 7, complexity 2) > > > > For input signal 2000 Hz, the values 190000, 130000, 60000, and 1000 look o.k., all others don't. For 500, the (zoomed out) waveform shows some kind of amplitude ripple -- i think, this value is definetely too low. > > I tested the good values for 2200 Hz input, too. Only the value 1000 looks more or less o.k. (no huge instability, but som...
2007 Jun 20
1
How to handle package conflicts between classes ..
...file => "/etc/sysctl.conf", line => "net.ipv4.ip_local_port_range = 1024 65000"; "sysctl-file-max": file => "/etc/sysctl.conf", line => "fs.file-max = 130000"; } rfile { "/etc/rc.d/init.d/FedoraDirectoryServer": type => "ldap-server", mode => 750; "/etc/rc.d/init.d/fedora-ds-admin":...
2009 Feb 12
3
trunc/floor a number -- strange bahaviour
Hi everybody, given a fresh rgui.exe load on winxp OS, I enter (a minimal exaple) n <- 12.357531 Then the following command: n <- (n - floor(n))*10; n gives the following outputs: [1] 3.57531 [1] 5.7531 [1] 7.531 [1] 5.31 [1] 3.1 [1] 1 === still as expected [1] 10 === not expected, count with me: 1 - floor(1) is zero, times 10 gives 0, not 10!!!! [1] 10 === should
2012 Jun 18
1
Error SIP/2.0 488 Not acceptable here
...00 10001 > adpcm - 10001 2 2 10001 - 1 20001 - > 90001 - 10001 2 - - 70001 - 130001 2 > slin - 10000 1 1 10000 1 - 20000 - > 90000 - 10000 1 - - 70000 - 130000 1 > lpc10 - 20000 10001 10001 20000 10001 10000 - - > 100000 - 20000 10001 - - 80000 - 140000 10001 > g729 - - - - - - - - > - - - - - - - - -...
2015 Jun 12
1
Fwd: Problem with GT218 (GeForce GT210)
...OR1) (20140424/utaddress-258) > [ 7.664067] ACPI: If an ACPI driver is available for this device, you > should use it instead of the native driver > [ 7.672812] MCE: In-kernel MCE decoding enabled. > [ 7.674623] EDAC MC: Ver: 3.0.0 > [ 7.675757] checking generic (fb000000 130000) vs hw (d0000000 10000000) > [ 7.675759] checking generic (fb000000 130000) vs hw (fa000000 2000000) > [ 7.675761] fb: switching to nouveaufb from VESA VGA > [ 7.675782] Console: switching to colour dummy device 80x25 > [ 7.675981] AMD64 EDAC driver v3.4.0 > [ 7.676002...