search for: 35k

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

Did you mean: 35
2002 Jan 01
2
Just to dispel any hopes -- RC3 really low bitrate
...anything decent below -q 0 for now. I tried oggenc -b <bitrate> -M <bitrate> for the below and a few in between: 24k - spectral energy "floor" captured decently, but many pure-tone blips (think old computer movie sound effects) in mid to high range. Totally untolerable. ... 35k - blips mostly gone, audio present but very muffled (high frequency basically gone). Occasionally it will "open up" a little and get some high-end, and stay like that for maybe a second (definately more than one block), then close up again. I might be able to live with this, it sort of so...
2007 Jan 08
3
Speeding things up
Hi, is it possible to do this operation faster? I am going over 35k data entries and this takes quite some time. for(cnt in 2:length(sdata$date)) { if(sdata$value[cnt] < sdata$value[cnt - 1]) { sdata$ddtd[cnt] <- sdata$ddtd[cnt - 1] + sdata$value[cnt - 1] - sdata$value[cnt] } else sdata$ddtd[cnt] <- 0 } return(sdata) Thank you, Benjamin
2000 Mar 17
2
Windows Memory
I'm sure this question is answered in the help file, but likely I'm not reading it corrected. Running windows version 1.00.0, loading a table (35K rows by 10 columns) from Excel using the read.table command I receive the following message. Error: cons memory (350000 cells) exhausted See "help(Memory)" on how to increase the number of cons cells. >From reading the help file, I've learned a bit more about static memor...
2008 Jan 29
3
More efficient Deleting of a whole folder (or Purging Trash)
...by one, and removing (unlinking) each one. Is there not a more efficient way to do this? If Dovecot knows the whole folder is being deleted (ie a Trash purge), could it do something clever with the filesystem to just remove the whole folder? Incidently, the command that initially deleted those 35k messages to Trash took about 1 hour to complete on my server and effectively locked my account out for all that time. There were also an awlful lot of these output from my strace: nanosleep({0, 131475000}, NULL) = 0 lstat("/home/virtual/xxx.com/home/admin/Maildir/.Folders.Porter/do...
2012 Nov 07
2
[LLVMdev] Using LLVM to serialize object state -- and performance
...ill don't understand all the numbers (and this PDF seems not to include commas where it should), but if you look at the left fork, the bottom two ovals, "Schedule..." is called 16K times and "setHeightToAtLeas..." is called 37K times. On the right fork, RAGreed... is called 35K times. Those are far too many calls to *anything* for a simple sequence of "call" LLVM instructions. Something seems horribly wrong. - Paul
2016 Jun 10
2
icecast relay server performance testing
Sorry, 35K concurrent with 8 workers at 60% cpu 2016-06-10 1:28 GMT-03:00 Alejandro <cdgraff at gmail.com>: > Hi Zahar, what value has into > > <workers>8</workers> > > This value is recommended to set at 1 by virtual core. > > I 'm using for some years, KH bra...
2014 Jul 01
3
corruption of in-memory data detected (xfs)
Hi All, I am having an issue with an XFS filesystem shutting down under high load with very many small files. Basically, I have around 3.5 - 4 million files on this filesystem. New files are being written to the FS all the time, until I get to 9-11 mln small files (35k on average). at some point I get the following in dmesg: [2870477.695512] Filesystem "sda5": XFS internal error xfs_trans_cancel at line 1138 of file fs/xfs/xfs_trans.c.? Caller 0xffffffff8826bb7d [2870477.695558] [2870477.695559] Call Trace: [2870477.695611]? [<ffffffff88262c28>]...
2003 Dec 09
1
Display Windows folder in SAMBA client
...want the users to access their home directories from the Web and are able to up- and download files. The only thing I (think I) know is that connecting through samba is possible by sharing the individual home directories. This is an option I prefer not to use, because we then need to share about 35K folders. Using the "Users" share (1 level up) is also not an option, because the users will then see all the subdirectories of all users. My question: Is it possible to address a user's home directory from a SAMBA client WITHOUT sharing this personal folder in a way as MS does (so...
2012 Nov 12
0
[LLVMdev] Using LLVM to serialize object state -- and performance
...ill don't understand all the numbers (and this PDF seems not to include commas where it should), but if you look at the left fork, the bottom two ovals, "Schedule..." is called 16K times and "setHeightToAtLeas..." is called 37K times. On the right fork, RAGreed... is called 35K times. Those are far too many calls to *anything* for a simple sequence of "call" LLVM instructions. Something seems horribly wrong. - Paul _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists...
2003 Nov 13
1
HTB traffic shaping + squid cache proxy
...sr/sbin/iptables $TC qdisc del dev eth0 root 2> /dev/null > /dev/null $TC qdisc del dev ppp0 root 2> /dev/null > /dev/null $IPTABLES -F POSTROUTING -t mangle $TC qdisc add dev eth0 root handle 1: htb default 50 r2q 2 $TC class add dev eth0 parent 1: classid 1:2 htb rate 248Kbit burst 35k $TC class add dev eth0 parent 1:2 classid 1:10 htb rate 220Kbit ceil 240Kbit burst 25k prio 0 $TC class add dev eth0 parent 1:2 classid 1:30 htb rate 28Kbit ceil 28Kbit burst 10k prio 1 $TC qdisc add dev eth0 parent 1:10 handle 11: sfq perturb 10 $TC qdisc add dev eth0 parent 1:30 handle 33: sfq...
2003 Oct 24
2
possible win.metafile( ) problem?
...status.wmf", width = 8.5, height = 6.25) I am able to view the created file, but there are unwanted vertical lines drawn at max(foo.frame$TIME). Moreover, MSWord has a hard time rendering this graph in a stable way, as it is constantly redrawing it and freezing my screen. The file is only 35K, so this should not happen. I tried the same scripting options in R1.7.1 with the same results, which leads me to believe that my xyplot(..) code could be in error. OTOH, this is a fairly simple adaptation of some earlier working code and the within-RGui graph appears to be fine and doesn't ha...
2016 Jun 10
2
icecast relay server performance testing
...><div><br /><div><blockquote type="cite"><div>On Jun 10, 2016, at 1:29 PM, Alejandro <<a href="mailto:cdgraff@gmail.com" target="_blank">cdgraff@gmail.com</a>> wrote:</div><br /><div><div>Sorry, 35K concurrent with 8 workers at 60% cpu</div><div><br /><div><span>2016-06-10 1</span>:28 GMT-03:00 Alejandro <span><<a href="mailto:cdgraff@gmail.com" target="_blank">cdgraff@gmail.com</a>></span>:<br /><bl...
2016 Jun 10
2
icecast relay server performance testing
...g dropped. >> >> Which VM type are you using? Or it’s not running on AWS? >> >> thanks! >> —zahar >> >>> On Jun 10, 2016, at 1:29 PM, Alejandro <cdgraff at gmail.com <mailto:cdgraff at gmail.com>> wrote: >>> >>> Sorry, 35K concurrent with 8 workers at 60% cpu >>> >>> 2016-06-10 1:28 GMT-03:00 Alejandro <cdgraff at gmail.com <mailto:cdgraff at gmail.com>>: >>> Hi Zahar, what value has into >>> >>> <workers>8</workers> >>> >>&...
2002 Jul 17
2
Build on Solaris 8 gcc-3.1 fails make check
...1k Makefrag.cxx 1k Makefrag.f77 1k R-build-session 140k <<=== terminal output from session base-Ex.Rout.fail 376k <<== from /tests/Examples config.log 104k config.status 56k gcc-v--help.out 35k <<== details about compiler files not labelled '<<==' are from the top source dir. A briefer synopsis is below. Please cc replies to me - I subscribe to DIGEST form of R-help. Thanks, Chuck p.s. On that same machine using gcc-2.95.3 from sunfreeware.com, the build succeed...
2002 Jul 17
2
Build on Solaris 8 gcc-3.1 fails make check
...1k Makefrag.cxx 1k Makefrag.f77 1k R-build-session 140k <<=== terminal output from session base-Ex.Rout.fail 376k <<== from /tests/Examples config.log 104k config.status 56k gcc-v--help.out 35k <<== details about compiler files not labelled '<<==' are from the top source dir. A briefer synopsis is below. Please cc replies to me - I subscribe to DIGEST form of R-help. Thanks, Chuck p.s. On that same machine using gcc-2.95.3 from sunfreeware.com, the build succeed...
2016 Jun 10
1
icecast relay server performance testing
...have 4 cores), but it didn’t really help. I see that all 4 cores are now working, but the connections are still being dropped. Which VM type are you using? Or it’s not running on AWS? thanks! —zahar > On Jun 10, 2016, at 1:29 PM, Alejandro <cdgraff at gmail.com> wrote: > > Sorry, 35K concurrent with 8 workers at 60% cpu > > 2016-06-10 1:28 GMT-03:00 Alejandro <cdgraff at gmail.com <mailto:cdgraff at gmail.com>>: > Hi Zahar, what value has into > > <workers>8</workers> > > This value is recommended to set at 1 by virtual core....
2003 May 30
3
Rsync / SSH / Cygwin .. permission problems..
I am attempting to use rsync to "mirror" data between several windows 2000 and windows XP systems. I am a UNIX person by nature, so decided the easiest way to go about doing this would be to use Cygwin with cron and ssh running as services, then run the rsync connection nightly through cron. Cygwin is installed on both systems and works perfectly. OpenSSH is installed and running,
2005 Jan 08
2
script
.../dev/null $TC qdisc del dev eth1 root 2> /dev/null > /dev/null $TC qdisc del dev eth1 ingress 2> /dev/null > /dev/null $IPTABLES -F POSTROUTING -t mangle $TC qdisc add dev eth0 root handle 1: htb default 50 r2q 2 $TC class add dev eth0 parent 1: classid 1:2 htb rate 248Kbit burst 35k $TC class add dev eth0 parent 1:2 classid 1:10 htb rate 220Kbit ceil 240Kbit burst 25k prio 0 $TC class add dev eth0 parent 1:2 classid 1:30 htb rate 28Kbit ceil 28Kbit burst 10k prio 1 $TC class add dev eth0 parent 1: classid 1:60 htb rate 1Kbit ceil 100Mbit prio 1 $TC qdisc add dev eth0 paren...
2016 Jun 10
1
icecast relay server performance testing
...t; Which VM type are you using? Or it’s not running on AWS? >>> >>> thanks! >>> —zahar >>> >>>> On Jun 10, 2016, at 1:29 PM, Alejandro <cdgraff at gmail.com <mailto:cdgraff at gmail.com>> wrote: >>>> >>>> Sorry, 35K concurrent with 8 workers at 60% cpu >>>> >>>> 2016-06-10 1:28 GMT-03:00 Alejandro <cdgraff at gmail.com <mailto:cdgraff at gmail.com>>: >>>> Hi Zahar, what value has into >>>> >>>> <workers>8</workers> >...
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
...win\bin\gcc.exe Found: c:\cygwin\bin\gdb.exe Found: c:\cygwin\bin\ld.exe Found: c:\cygwin\bin\ls.exe Found: c:\cygwin\bin\make.exe Found: c:\cygwin\bin\sh.exe 58k 2002/05/07 c:\cygwin\bin\cygbz2-1.dll 54k 2002/01/27 c:\cygwin\bin\cygbz21.0.dll 625k 2002/08/09 c:\cygwin\bin\cygcrypto.dll 35k 2002/01/09 c:\cygwin\bin\cygform6.dll 19k 2002/02/20 c:\cygwin\bin\cyggdbm.dll 17k 2001/06/28 c:\cygwin\bin\cyghistory4.dll 20k 2002/10/10 c:\cygwin\bin\cyghistory5.dll 929k 2002/06/24 c:\cygwin\bin\cygiconv-2.dll 22k 2001/12/13 c:\cygwin\bin\cygintl-1.dll 28k 2002/09/20 c:\cygwin\...