search for: 20kb

Displaying 20 results from an estimated 58 matches for "20kb".

Did you mean: 0kb
2005 Dec 14
5
oom-killer.
Hi all, Just watching for my first time the 'oom-killer' call in a CentOS 4.2 workstation. System was running normally but with high load of nice process, iow, rosetta and seti, others appart, nautilus, etc... i realized that after a night of standby running normally, the next moorning after few manual operations from X-session in local console, it started a massive swapping, this time
2007 May 08
3
Token Bucket Filter and Dropping
I am trying to create my own Token Bucket Filter. However, I have a problem with packet dropping. Scenario : I got two streams 20KB/s each. I got one bucket with rate 20KB/s I put both streams into this bucket. When buffer is full packets need to be dropped. The problem is that only every other packet needs to be dropped in this scenario. Streams are the same so queue looks like that : S1 | S2 | S1 | S2 Packets form both s...
2005 Apr 27
0
Ingress and polishing
...= $maxDownstream / 4; // variables to make categories $is_medium = (tcp_sport == PORT_SMTP); $is_low = 1; // Double Leaky Buckets $is_medium_pol = DLB(cir $medium_cir bps,cbs 20kB,pir $medium_pir bps,pbs 5kB); $is_low_pol = DLB(cir $low_cir bps,cbs 20kB,pir $low_pir bps,pbs 5kB); // do the policing class (<>) if $is_medium && DLB_ok($is_medium_pol); drop if $is_...
2001 May 02
5
Help with quota setting...
Good afternoon, guys!!! I am wondering whom among you already have a quota set for your users? You see, I am finding it hard to get a good combination between the number of inodes to set and the number of blocks to set as well. My ideal setting is at least 15MB to 20MB per user. I am using SuSE 7.0 kernel 2.2.16 using Samba 2.0.7. Any ideas??? Any help regarding this would greatly help...
2011 Apr 08
7
FileUpload without Tempfile
I am looking for a way to upload a file to Rails 3 app, but without generating a temp file. Googling the issue gave me some insight in how the file upload works. As I understand Rails creates a temp file when the file size is larger than 20kb. Is there a way to change this limit and avoid the temp file generation? Another solution I was looking in was creating a Rack App and so avoid the file generation, however, didn''t work either. Same with a Sinatra app. Btw. yes it is mandatory that the file is not saved and only kept in...
2004 Oct 05
2
Package Installation in RGui (PR#7262)
...> local({a <- CRAN.packages() + install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a, dependencies=TRUE)}) trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 21246 bytes opened URL downloaded 20Kb trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/gam_0.92.zip' Content type `application/zip' length 224167 bytes opened URL downloaded 218Kb package 'gam' successfully unpacked and MD5 sums checked Delete downloaded files (y/N)? y Warning message: unable to move t...
2007 Aug 15
2
pcspkr wave encoding
...flac -8 ihold-square.wav ihold-square.wav: wrote 5573016 bytes, ratio=0.813 As soon as square waves are mixed in, the FLAC compression ratio drops rapidly up to the point where it equals the ratio of typical day-to-day music. While I do not request FLAC to compress the wave back to its original 20KB, I think it could improve on the sine and square compression. Are there any plans to address this? If you would like to have the data files and/or transformation program for testing, let me know and I'll upload :) thanks, Jan --
2007 Aug 23
5
Help about a QoS configuration
...able bandwith if there is no activity on other classes. 2) If another class (ftp server), starts to transmit, to take it all the available bandwith except for, say 20 KB/s, reserved for p2p. 3) If a third class (ssh, web), starts to transmit, again, to take all the available bandwith except for the 20KB/s for p2p and 40 KB/s for ftp. etc... I have an upload link that varies from 700kbit to 1000kbit depending on the negotiation of the line. I wouldn''t like to artificially underlimit it to work properly, remember that I''m doing the shaping on the same router, on the real (nas0) in...
2004 Dec 06
1
VR package not found for R version 1.9.1
...tall the VR package for version 1.9.1 but I'm getting the following error message: > install.packages("VR") trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 20716 bytes opened URL downloaded 20Kb trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/VR_7.2-11.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot open URL `http://cran.r-project.org/bin/windows/contrib/1.9/VR_7.2-11.zip' In addition: Warning message: cannot open:...
2004 Jan 09
0
rsync performance question Part II
Hello, I have more info on my specific problem. pop 1) RedHat 7.3, fs1 fs3 pop 2) BSD/OS 4.3.1 www files rsync version 2.6.0 protocol version 27 fs1 --> fs3 500kB/s fs1 <-- fs3 420kB/s fs1 --> www 20kB/s fs1 <-- www 20kB/s files --> www 2.9 MB/s files <-- www 4,4 Mb/s This shows that within their own networks, there is no problem. It is only between the two pops. The machines have a enough RAM and speed. I always keep enough RAM so that it never has...
2005 Aug 31
1
Painfully slow under windows
...der windows is paintfully slow, particularly, it is paintfully slow to transfer anything from the windows machine. here is my setting. I have two windows xp in local network 100MB. use ftp to test speed. without tinc, the speed is about 5MB/sec. but through the vpn interface, speed is about only 10-20KB/sec. the next test, I installed VMWare 5.0 on both windows, and installed SUSE linux 9.3 within VMware. from the linux, downloading from another windows (non-vpn interface) is about 3MB/sec, from another linux (within the vmware in another windows xp) the speed is about 1.3MB/sec. BUT downloadi...
2009 Jul 09
1
save() file size (PR#13816)
....0 OS: OS 10.5.7 Submission from: (NULL) (208.98.203.100) When using save() I notice that sometimes saving smaller objects yield larger file sizes. x=data.frame( expand.grid( id=factor(1:1000) ,trial=1:24 ,cue=factor(1:3) ,flank=factor(1:4) ) ) save(x,file='temp1.Rdata') #about 20KB y=x[x$id!='1',] save(y,file='temp2.Rdata') #>500KB
2004 May 06
3
tcng ingress policing question
...the other interfaces don''t have any queues, since this would be handled by the ingress policing in this way. ============================== script: ============================== dev eth0 { ingress { $police_isp = SLB( cbs 100kB, cir 50000 kbps ); $police_mirror = SLB( cbs 20kB, cir 2000 kbps ); $police_other = SLB( cbs 10kB, cir 1000 kbps ); class(<>) if (ip_src == XXX.XXX.XXX.XXX || /* external host */ ip_src == YYY.YYY.YYY.YYY ) && /* backup traffic */ SLB_ok($police_isp); class(<>...
2014 Jun 04
3
IMAP copy fails because the mailbox size of user1 is exceeding the quota limit of user2??
...ze of user1 is 15MB - user2 max. mailbox quota is set to 10MB, the current mailbox size of user1 is 10kB - user1 shares the folder 'shared_folder' to user2 with all rights (read, write ...) - user2 has subscribed to 'shared_folder' the problem: - user2 tries to move a mail (20kB) to the shared folder via telnet: ". copy 1:1 shared/user1/shared_folder" - it fails with: "NO [OVERQUOTA] Quota exceeded (mailbox for user is full)" - copying the same mail to a local folder of user2 works without problems. - After I raised the max. mailbox quota of user2 fr...
2004 Dec 27
0
Ingress question with sub classes
...stream / 4; // variables to make categories $is_veryhigh = (tcp_sport == PORT_SSH && ip_tos_delay == 1) || (ip_proto == 50) || (ip_proto == 47); $is_low = 1; // Double Leaky Buckets $is_veryhigh_pol = DLB(cir $veryhigh_cir bps,cbs 20kB,pir $veryhigh_pir bps,pbs 5kB) { ==========>> class (<$vpn_prior>) ==========>> if tcp_dport == 1494 ==========>> if tcp_dport == 2598 ==========>> if ip_proto == 1; ==========>>...
2004 Oct 04
1
update.packages() with R 2.0.0
...very handsomely for your wisdom. And thank you also for all that tremendously wonderful work. - joseph > update.packages() trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 21411 bytes opened URL downloaded 20Kb Error in "colnames<-"(`*tmp*`, value = c("Package", "LibPath", "Version", : length of dimnames [2] not equal to array extent In addition: There were 50 or more warnings (use warnings() to see the first 50) > > warnings() Warning messages:...
2004 Apr 06
11
htb2 -> htb3 problems
Hello! I need to switch from htb2 to htb3, because of speed issues (for me, htb2 is unable to handle more then 100mbit duplex with ~550 classes), kernel profiling shows htb_dequeue_prio at 1st place with 3x isolation. So, I''ve moved from 2.4.19 to 2.4.25 kernel (hi-pac for classification/marking and htb3 for queueing), and traffic rate drop from 100 to 20mbit. What can be wrong? The
2004 Sep 28
3
Suggestion.
...tend to learn about some Linux Networking features to help myself and others. I''m looking to control the bandwidth in my office. Basically there are like 20 computers, a 2MB Adsl Line. And I would love to let them only use a certain amount of bandwidth. For example let every client use 20KB of internet bandwidth of the 210KB we can download at. I heard this is done with shaper, QoS and some configs in the kernel. Learning about this, would be part of the end of my transitition of moving from MS, to Linux Servers. (I still need more to know about of Course) I''m currently...
2006 Oct 18
2
Errors with GRED after upgrading to 2.6.18 kernel
...kt $avgPL burst $bursty bandwidth $netBand probability 0.06 prio 4 Each DP3 line gives me an error. If I comment it out the error goes away. The line translates to below. I get an error with the following line ++ /usr/sbin/tc qdisc change dev eth0 parent 2:20 gred DP 3 limit 60kb min 10kb max 20kb avpkt 1500 burst 9 bandwidth 500kbit probability 0.06 prio 4 RTNETLINK answers: Invalid argument after each DP 3 on each gred. This starting happening after I upgraded to 2.6.18 from 2.4.20 kernel. Anyone have any ideas? Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7...
2007 Jul 05
9
Limit i/o capacitiy?
Hi all Is there any way to limit the network i/o capacity of virtual machine somehow? Say, I want a domU with id 1 to consume at much 0.5 MB/s of host''s bandwidth. Is it possible? Artem Pervin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users