search for: 60k

Displaying 20 results from an estimated 77 matches for "60k".

Did you mean: 60
2004 Jul 30
0
Help:how many bandwidth are borrowed in HTB?How to caculate!
Hi,All I use HTB to control traffic.Here is my script: /usr/sbin/tc qdisc del dev nas0 root /usr/sbin/tc qdisc add dev nas0 root handle 1:0 htb default 60 /usr/sbin/tc class add dev nas0 parent 1:0 classid 1:1 htb ceil 896kbit rate 896kbit prio 0 burst 60k /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:10 htb ceil 896kbit rate 537kbit prio 1 burst 60k /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:20 htb ceil 361kbit rate 161kbit prio 2 burst 60k /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:30 htb ceil 298kbit rate 98kbit prio...
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 XML library and looks like this: ... 12345 564376 5674 6356656 5666 ... I've...
2005 Aug 15
1
Maximum remote directory size in Polycom IP501
...s, We are trying to make our corporate directory (around 400 entries) available via TFTP to some Polycom IP501 phones. A small (~40 entries or so) file works, but the full file fails to load. Does anyone know what the upper limit on directory entries is? The size of the XML file itself is only 60K - you'd think that would all fit into the phone with no problems..... I would appreciate a cc: on any replies to the list, as I don't always get to read it in a timely fashion..... thanks! Regards, -- Anthony Rodgers Business Systems Analyst District of North Vancouver Web: http://www....
2013 Nov 25
14
[PATCH] VMX: wbinvd when vmentry under UC
...2. ... vmentry back to guest (and irq enalbed), timer interrupt then occurs and drops guest at once; 3. drop to hypervisor ... then vmentry and wbinvd again; This loop will run again and again, until lucky enough wbinvd happens not to expire timer and then loop break, usually it would occur 10K~60K times, blocking guest 10s~60s. reprogram timer to avoid dead_like_loop. Signed-off-by: Liu Jinsong <jinsong.liu@intel.com> --- xen/arch/x86/hvm/vmx/vmx.c | 32 ++++++++++++++++++++++++++++---- 1 files changed, 28 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xe...
2010 Aug 26
6
nfs director
...ore point of failure, with several hundred thousand user, we can ill afford to mess around or add to complexity, sometime keeping it simple is simply way to be, when use qmail/vpopmail, we never had one failure or problem, ever, we very proud of this record so our users. if director service assign 60K user to each front end, how it handle if 5K simultaneous user login, but all 5K happen to be assign to that one machine, it do all work whilst other 7 server sit there do nothing negating what the LB is design for? Is it really worth it? Do we really need this, or just let foundry switch handle i...
2004 Oct 29
1
Guild Wars Client
...nt to see if it will work on WINE, but it keeps displaying an error about not being able to write to the proper directories. I told it to install in C:\Program Files, and my .wine/fake_windows/* folders all seem to have correct permissions. Any ideas why this would happen? The client is only a 60k download (it downloads the rest itself): http://www.guildwars.com/preview/wpe-clientdownload.html -- Joel Konkle-Parker Webmaster [Ballsome.com] E-mail [jjk3@msstate.edu]
2008 Aug 06
1
Maildir Index Question
We have several hundred mailboxes that have thousands of files in them (spam boxes) We currently run a find command and remove the files that are over 7 days old but still have boxes with upto 60k messages in them. I know that dovecot will update the index files for each mailbox when the boxes is accessed by an IMAP client(Webmail using Squirrel)but that can take quite a while to index. What I would like to do is via a cron job after the old file remove is to force dovecot to reindex these...
2005 Jun 14
0
[Bug 2800] New: bwlimit effects checksum speed
...icult when you want to limit the network bandwidth. For example. Say I have a directory of 10 files on the target server. I've already downloaded 4 of them. I wish to use rsync to get the rest but I don't want it to consume all my network bandwidth. So I run: rsync --rvP --bwlimit=60k source.domain:/path/to/src dest I would desire for the 4 local files to be checksumed as rapidly as possible, disk I/O is not an issue, and then the 6 remaining files to be downloaded at the limited rate of 60k as network bandwidth is an issue. The current implementation applies the bwlimit to bo...
2002 Dec 06
1
typical performance on 10mbit switched network
I've never been happy with my samba box's network performance..... I see about 60K/s between 1 client and my samba server the load average on the server is nearly 0 and it's reading from an ide raid5 so i don't think that's a bottleneck. I'm running samba 2.2.7 with socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192 and log level 2...
2012 Jan 25
2
Persistence of UIDs
...the email addr, date, subject and UID for quick lookups and search of correspondance. I am doing this because I am having issue with multiple people searching thru email folders that have 100k+ emails (which is another problem in itself, searches don't seem to scale well when folder goes above 60k emails). So to come back to my question, can I store the UIDs and reuse those UIDs later on to obtain the body of the email??? Or can the UIDs change on the server and they will not be valid anymore?. My setup is: - dovecot 1.x (will migrate to 2.x soon) - maildir - everything stored on an intel...
2012 Sep 25
1
Mean calculation of groups
...5, 201.4051, 244.1689, 182.2756, 229.001, 241.3211, 196.0453, 232.6055, 225.0783, 196.0453, 232.6055, 225.0783 )), .Names = c("Name", "Score"), class = "data.frame", row.names = c(NA, 24L)) How can write as a programme? because the original file has more than 60K names with duplicates. Many thanks Nico [[alternative HTML version deleted]]
2006 Aug 14
4
too many close calls for non-opened fds
Hello All, I'm using OpenSSH 4.3p2 in HP-UX 11.23. On running tusc (a tool to trace system calls and signals) on sshd, I found lot of close calls upto 2047. Those close calls try to close a non-opened file descriptor and results in an error. This behaviour is seen only from OpenSSH 3.9 where closefrom() call is introduced to close the file descriptors before re-exec. The fix is to check
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 ins...
2009 Oct 05
1
dovecot 1.0.15 upgrading to dovecot 1.1.x or 1.2.x, and POP3 UIDL issue
...permutation of these tests. It appears that the way UIDLs are created in 1.0.x is different than what is used in 1.1.x and 1.2.x. (I am not talking about the format, we're using the same format in both, that is, UW compatible). Since we're a largish site (university), and we have some >60k accounts, even the smallest percentage of users who use POP3 and "leave mail on server" is a large number of angry staff members landing on our helpdesk, which is the reason why we're not migrating. Has anyone ever ported the UIDL generation algorithm from 1.0.x to 1.1.x/1.2.x to m...
2007 Aug 27
2
send_file : downloaded file cannot be open after upload OK
I easily implemented the upload , using the ''attachment_fu'' plugin... I can see and open the uploaded files (a pdf file 60k and a jpeg images 28k) now I try to implement the download action in my document_controller, I wrote : def download @document = Document.find(params[:id]) send_file(@document.full_filename, :filename => URI.encode(@document.filename), :type => @document.con...
2007 Mar 08
3
low-memory vorbis decoding
...al memory sizes? Specifically, I'm trying to figure out if it's feasible to run Ogg Vorbis decoding on one of the PlayStation 3's SPU's -- secondary processors with only 256kb of local memory. It looks like out of the box the memory footprint of libvorbis is roughly: ~130k code ~60k static data ~160k heap So clearly there's some work to be done. I have some ideas of things to try... speed isn't a huge issue so I could eliminate some of the lookup tables (e.g. for mdct and windowing), and I could try to tease apart the analysis/synthesis code, as it looks like a lot...
2007 Dec 12
3
Load Balancing over 2 E1 Lines
Hi @ all, i set a server to a costumer of mine with a TE207P for use with 2 E1 Lines. I set them together into one group in zaptel/zapata.conf The point is now, the customer has a free-volumina of 60k minutes per month, per line. How can i make a kind of load balancing, that both lines will be trafficed the same way ? I read something about DIAL(Zap/r1/.) for using round robin, and it seems to work. Is there any other possible way to make sure that all lines are used in the same amount...
2011 Mar 30
3
Metasearch eager loading instead of lazy loading
Hey all, I have two models, in the first model Model1.search(nil) returns the metasearch builder as expected. for the the second model, the same search(nil) returns every object in the database (all 60k of them). This obviously isn''t what I want. I can''t seem to figure out what I did to the model to get it to behave this way, I have removed all of the code from the model itself and the behavior is still the same. Any tips/tricks/ideas would be very helpful. Thank you, Brian --...
2009 Sep 09
4
waiting IOs...
...0| 316k 159k| 58k 278k| 0 0 |1789 1562 0 0 74 26 0 0| 84k 512k|1937B 6680B| 0 0 |1200 106 0 1 44 55 0 1| 612k 80k| 14k 221k| 0 0 |1378 538 1 1 52 47 0 0| 628k 0 | 17k 318k| 0 0 |1327 520 0 1 50 49 0 0| 484k 60k| 14k 178k| 0 0 |1303 494 0 0 87 13 0 0| 124k 0 |7745B 116k| 0 0 |1083 139 0 1 59 41 0 0| 316k 60k|4828B 67k| 0 0 |1179 346 top shows that one nfsd is usualy in state 'D' (waiting). # top -i (sorted by cpu usage) top - 18:11:28 up...
2011 Jul 18
3
Performance with 200k messages in Maildir
What should I expect performance-wise if I put 200000 messages in a Maildir store and use two or three MUAs (mutt and Thunderbird), on an Athlon dual core 2GHz with SATA drives in software RAID (Linux)? Like; would it be useless/crawling, usable or pretty fast. I imagine MUA startup / first time folder read would be slow, but daily use more or less ok. Thanks to Dovecot's indexing, I imagine