search for: 300kb

Displaying 20 results from an estimated 37 matches for "300kb".

Did you mean: 300k
2007 Aug 29
5
HTB does not respect the prio parameter
...tch u16 0x2710 0xffff at nexthdr+2 \ flowid 1:30 && \ /bin/tc filter add dev eth0 parent 1:0 protocol ip prio 99 u32 ht 800:: offset at 0 mask 0x0f00 shift 6 plus 0 match u8 0x40 0xf0 at 0 link 2: && \ /bin/tc qdisc add dev eth0 parent 1:10 handle 20: red limit 1000KB min 10KB max 300KB avpkt 1000 burst 100 probability 0.02 && \ /bin/tc qdisc add dev eth0 parent 1:20 handle 30: red limit 1000KB min 10KB max 300KB avpkt 1000 burst 100 probability 0.02 && \ /bin/tc qdisc add dev eth0 parent 1:30 handle 40: red limit 1000KB min 10KB max 300KB avpkt 1000 burst 100 prob...
2012 Nov 02
8
Very slow directory listing and high CPU usage on replicated volume
...created replicated volume. The configuration is as follows: 2 nodes with 3 replicated drives each. The total volume capacity is 5.6T. We would like to expand the storage capacity much more, but first we need to figure this problem out. Soon after loading up about 100 MB of small files (about 300kb each), the drive usage is at 1.1T. I am not sure if this to be expected. The main problem is that directory listing (ls or find) takes a very long time. The CPU usage on the nodes is high for each of the glusterfsd processes - 3 on each machine 54%, 43%, and 25% per core is an example of the usa...
2013 Feb 04
2
Traffic shaping problem
Hi all, I tried last week to do traffic shaping on a production system, object of the exercise was simply to throttle the outgoing traffic. tc qdisc add dev eth4 root tbf rate 300mbit burst 300kb latency 50ms But the server became rather instable, crashing repeatedly without anything in the logs. Can anybody spot glaring mistakes in the tc command above, or tell me what I should have done instead? with kind regards, Bent Terp
2008 Feb 22
2
How to speed up Rsync transfers
...tised by my ISP's around 740KB/sec. When I manually run my rsync script with the --progress switch the transfers are around 100KB/sec. I googled this and the only thing I found had to do with the TCP window which I understand to be the limiting factor. But if this is true how can I ftp stuff at 300KB/sec? (someone please enlighten me) I'm backing up jpg files and some days they add 5+GB of images. My goal was to backup the images nightly, but at the 100KB/sec rate that's not possible. Dan
2004 Dec 16
26
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror: RHSA-2004:634-01 Updated zip package fixes security issue Files available: zip-2.3-10.1.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John
2003 Oct 17
3
Rsync download traffic
Hello, I started monitoring lan traffic with RRDTool on a linux box the other day that runs rsync, and I've found what I would consider a strange traffic pattern. This linux box rsync about 2Gb of data to a local samba share that is connected to a Windows 2003 server. Based on the literal data stat, roughly 20% is changed nightly and uploaded. However, the strange thing is that the traffic
2005 Oct 07
1
trouble installing AnalyzeFMRI package: please help
...got the following: > install.packages("AnalyzeFMRI") trying URL 'http://rh-mirror.linux.iastate.edu/CRAN/src/contrib/AnalyzeFMRI_1.1-4.tar.gz' Content type 'application/x-gzip' length 308066 bytes opened URL ================================================== downloaded 300Kb * Installing *source* package 'AnalyzeFMRI' ... checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ERROR: configuration failed for package 'AnalyzeFMRI' The downl...
2010 Jun 18
2
Problems with NTFS...
...pice opens a window where says: " Trouble writing nnn bytes to the disk ... Full? Permission Problem ?" (Where nn is the quantity of bytes that is not always the same one) To be exact I have seen that the programs begin to write a small quantity of bytes in the partition (between 10Kb and 300Kb), and stops then to stop with some error message.
2010 Oct 11
2
Samba - Rejecting auth request debug log
...id a log level 256 of a domain user log on with a Samba 3.5.5 and a windows 7 machine to deliver more data for that _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client TESTPC1 machine account TESTPC1$ problem. Please find the logs enclosed (if a ~300kb rar log file is allowed here) and maybe somebody can have a look at it and elighten us. thanks Martin
2003 May 14
1
AW: authentification problems
...Tom, meanwhile I'm using Samba 2.2.8a, and I don't have a real solution for the problem. I managed to reduce the occurance of the error by using "security = domain" and "password server = *". The problem occures only on about 6% of all clients (log level 1, max log size 300kB). So I decided to ignore these errors. If a user complains about that (PW query pops up, correct PW is rejected), I suggest to log off from windows and log on again. Best regards, Danny -----Urspr?ngliche Nachricht----- Von: Tom JONES [mailto:T.Jones@cs.ucl.ac.uk] Gesendet: Mittwoch, 14. Mai 2003...
2010 Dec 19
2
R.matlab memory use
Hi, I am trying to load into R a MATLAB format file (actually, as saved by octave). The file is about 300kB but R complains with a memory allocation error: > library(Rcompression) > library(R.matlab) Loading required package: R.oo Loading required package: R.methodsS3 R.methodsS3 v1.2.0 (2010-03-13) successfully loaded. See ?R.methodsS3 for help. R.oo v1.7.2 (2010-04-13) successfully loaded. See ?...
2006 Oct 05
4
search results autocompletion
Dear list, I ''m using a text input field with autocompletion . The suggestions come from a ferret index which is created by getting all the terms belonging to other indices. Here is the code: class Suggestion attr_accessor :term def self.index(create) [Person, Project, Orgunit].each{|kl| terms = self.all_terms(kl) terms.each{|term| suggestion =
2014 Dec 23
3
[LLVMdev] [RFC] Stripping unusable intrinsics
...the file sizes between the two directories by diffing the output of: >> >> find . -type f -exec stat -f '%N %z' '{}' + | sort >> >> The biggest benefits are an 11% reduction in size for libLLVMCore, which is mostly due to Function.cpp.o reducing in size by 300KB (almost 39%). The biggest thing in there that would contribute to actual code size is the almost 28,000 line switch statement that provides the implementation for Function::lookupIntrinsicID. > > That makes sense. It sounds like there is a better design here: we should move to a model where...
2014 Dec 22
2
[LLVMdev] [RFC] Stripping unusable intrinsics
...built a second time. I then compared the file sizes between the two directories by diffing the output of: find . -type f -exec stat -f '%N %z' '{}' + | sort The biggest benefits are an 11% reduction in size for libLLVMCore, which is mostly due to Function.cpp.o reducing in size by 300KB (almost 39%). The biggest thing in there that would contribute to actual code size is the almost 28,000 line switch statement that provides the implementation for Function::lookupIntrinsicID. I’ve attached a CSV file with the file size highlights for anyone who is interested. -Chris > On D...
2007 Feb 28
7
Showdown -- A javascript port of Markdown
...nable person would put in a textarea. This is mostly a faithful, line-by-line port of Markdown.pl, but I've made a few changes to work around missing RegExp features and to improve performance. I'm kind of shocked by the speedup I got without any algorithmic changes: Showdown converts my 300KB test file about 10x as fast as Markdown 1.0.2b2 and 30x as fast as 1.0.2b7. More reasonable input shows a smaller (but still substantial) improvement. I'm guessing that the major gains are from getting rid of md5 hashing, anchoring a wandering regex in `_Detab()`, and removing `_TokenizeHTML(...
2003 Aug 08
1
Looking for a good htb traffic shaping script to prioritize incoming traffic
...g for a good htb traffic shaping script to prioritize incoming traffic over outgoing traffic for my machine. I have a 100mbit line, ftp up, backup data comming in, but whenever mirrors starts grabbing it they use all the traffic and the backup data comming in (the important data) drops to like 300kb/sec. I was thinking some script doing sleep 60 [if downstream > 1mb/sec, limit upstream -1mb/sec] or something. Also, the machine isnt the best box, so once it gets up to about 10MB/s transfer the CPU is running at 100% and cant go much faster, so getting cpu usage low and maybe have it a l...
2010 Jun 30
1
Why the variation when creating .pdf file output for my plots?
...In the R graphics device window, form the menu File>Save As>PDF -yields a .pdf file of 700Kb (in this plot example) Method 2: > dev2bitmap(file="expression.density.plotb.pdf", type = "pdfwrite", > method = "pdf") > dev.off() -yields a .pdf file of 300kb (same plot example) indistinguiashble (on the screen atleast) from method 1. Method 3: > pdf(file="my_plot.pdf", paper="a4") > dev.off() -yields a .pdf file of 1kb (same plot example) and returns the following error when attempting to open with Adobe acrobat: "...
2003 Dec 27
0
Where to obtain (how to build) small enough workablekernel?
...d ramdisk_size=100000 init=/etc/init lang=us apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=MINIROOT.GZ nomce quiet BOOT_IMAGE=KNOPPIX the knoppix floppy file contains: ldlinux.sys syslinux syslinux.cfg vmlinuz 600KB or so initrd.gz 300KB or so. this means you should have plenty of space. I don't know if anyone has succeeded in a Linux 2.6 bootdisk with a somehow compressed kernel (bzImage or maybe UPX 1.90). this is all the help I can offer as an end-user. regards, Bernd Blaauw
2000 Jan 24
0
Samba speed and connectivity problems
...linux) it is slower, butnot that much. However, when I try to use a live transfer like playing a MP3 or a MOV reading it from the Samba server, I have a lot of interruptions in the playback, although the read transfer rate is significantly larger that that required by the playback. I timed around 300KB/s at file transfer with file copy, read from server, but I can't playback a 115KB/s MPEG file. I've tried a few tweaks as explained in speed.txt but no improvement from this point of view. VFAT partitions are mounted with no additional options (like buffer sizes, etc). ======== Als...
2008 May 25
0
TMail and logger
...ive server, user from many countries with old computers (problem with flash ect).. So I''ve just finished a script to grab emails and decode entries from Gmail and it works good, but there is way too much logger information for each image (by TMail I suppose): aprox 20,000 lines for a small 300KB entry.. Content-Disposition: attachment; filename=10D_28-70L.jpg /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/b AIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxsc Hx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f H...