search for: 1.5mb

Displaying 20 results from an estimated 48 matches for "1.5mb".

Did you mean: 1.5gb
2008 Sep 22
7
performance of pv drivers for windows
Hello everybody, I tried to measure the performance of the available drivers for windows as a HVM guest. I used the gplpv drivers 0.9.11-pre17, the PV drivers from Novell, and the drivers from Citrix XenSource with the XenServer 5. The Novell and gplpv drivers were more or less at the same speed, for both, network and disk performance. The disk performance was about 10MB/s reading and
2010 Jan 08
1
Rsync performance with very large files
We're having a performance issue when attempting to rsync a very large file. Transfer rate is only 1.5MB/sec. My issue looks very similar to this one: http://www.mail-archive.com/rsync at lists.samba.org/msg17812.html In that thread, a 'dynamic_hash.diff' patch was developed to work around this issue. I applied the 'dynamic_hash' patch included in the 2.6.7 src, but it
2006 Aug 06
1
error message for too-large uploads
i''m trying to send users a polite error message when they try to upload a file above a certain size (1.5MB). we''re using lightpd with rails, and lighttpd is configured to not allow requests larger than 1.5MB. that has two flaws: 1.5MB has to be uploaded before i fails. i''d like to read the file size before is uploaded, to not waste user''s time or our bandwidth.
2001 Mar 23
2
Memory problems, HDF5 library and R-1.2.2 garbage collection
Hello: I've recently started using R to process data in HDF5 format. My files come in 1.5MB chunks, but they can be as big as 50MB. The problem I am facing with R-1.2.2 is that when I try to load 50 of the 1.5MB HDF5 files (using the hdf5 library) in a loop, my Linux box gets close to its memory limit around the file #15 (256MB RAM and 256MB swap). This happens even if I load file ->
2001 Mar 20
3
help:too slow
here is a script I use to make overlapping cut of my input "col.dat" file into a matrix: #---------------------------------- col2mat<-function(x, sampsz=220, qsamp=2000) { m<-matrix(nr=qsamp, nc=sampsz) for(s in 1:qsamp){ print(s) for(i in 1:sampsz){ m[s,i] <- x[s+i,1] } } m } w<-read.table("col.dat", check.names=FALSE) m<-col2mat(w)
2005 Feb 05
1
Multi Homing with Shorewall
Hi Guys, I am setting a Firewall server up now and would like to know if this setup will actually work. (I think I have thought it through...) (please tell me if I''m wrong....) (Thank You in advance) Firewall : 4 NIC''s (net zone) Nic 1 - eth0 ----> 512/512 ADSL (net1 zone) Nic 2 - eth1 -----> 1.5Mb/256 ADSL (loc - zone) Nic 3 - eth2 ------> to the LAN -
2011 Jun 09
1
Data package questions
In process of creating data package from an existing one. The current package has both raw data files and the associated RData objects created from them. Currently, the data subdirectory is 1.5Mb and the extdata is 5.4Mb. Never having created a data package before, how is this best done? Should the data package contain only the raw data, or the RData objects too (tightly coupled)? If the later,
2005 Jun 01
0
Dynamic bridging
Hi, I have two transparent bridges on either side of a WAN connection. What I''d like to do is utilize the full 1.5Mb/s on the WAN without creating spikes and drops for my audio stream. The approach at this point has been to limit each bridge in sending 750kbit/s through to the other bridge so we get the 1.5Mb total. The downside is after reserving 200kbit/s for my audio stream
2002 Mar 01
14
How to reduce size of samba binaries
Hi, I'd like to reduce the size of the samba binaries. smbd for instance is about 1.5 meg, which is way to much if you ask me. Is there a way to create smaller binaries, maybe by compiling differently? thanx, Dennis ===== __________________________________________________ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com
2010 Nov 18
9
Interesting problem with write data.
Hi, Recently, I made a btrfs to use. And I met slowness problem. Trying to diag it. I found this: 1. dd if=/dev/zero of=test count=1024 bs=1MB This is fast, at about 25MB/s, and reasonable iowait. 2. dd if=/dev/zero of=test count=1 bs=1GB This is pretty slow, at about 1.5MB/s, and 90%+ iowait, constantly. May I know why it works like this? Thanks. -- To unsubscribe from this list: send the
2004 Aug 06
1
memory, processor, bandwidth
On Thu, May 23, 2002 at 04:14:32PM +0200, christophe.guerin@etud.univ-pau.fr wrote: > > If you want to broadcast to listeners, you'll need: > > * 90Mhz or faster server, running one of Windows 95, 98, NT, 2000, ME, > Mac OS X, Sparc Solaris 2.x, FreeBSD 3.x, FreeBSD 4.x, or Linux with > a libc6 kernel. I don't know if icecast works under non-unix like systems,
2003 Aug 21
1
rsync problem and question about using rsync with Maildir
Hi, I have a Maildir store (about 500 GB) on a linux (redhat 8) server which I am trying to mirror to another identical server. I have 4 GB of ram on both machines. I am using rsync 2.5.5. At present the machines are on the same lan (100Mbit). Everytime I run the rsync, it runs for a short amount of time, (anywhere from 5-20 minutes) and then one of the machines (either the source or the
2004 Oct 13
5
Looking for large-ish deployment advice
Colleagues- I am working on the design of a fairly large samba deployment, and I am looking for feedback on some of my design ideas. I have 10 buildings spread out in and around a city, all interconnected via 1.5Mb leased lines. There are samba servers in each building. I have some users that move from building to building. We are using primarily windows 98 desktops, with a few 2K and XPP
2024 Sep 08
1
Big speedup in install.packages() by re-using connections
On Mon, Sep 2, 2024 at 10:05?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > > On 4/25/24 17:01, Ivan Krylov via R-devel wrote: > > On Thu, 25 Apr 2024 14:45:04 +0200 > > Jeroen Ooms <jeroenooms at gmail.com> wrote: > > > >> Thoughts? > > How verboten would it be to create an empty external pointer object, > > add it to the
2024 Sep 09
1
Big speedup in install.packages() by re-using connections
On 9/8/24 23:14, Jeroen Ooms wrote: > On Mon, Sep 2, 2024 at 10:05?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: >> >> On 4/25/24 17:01, Ivan Krylov via R-devel wrote: >>> On Thu, 25 Apr 2024 14:45:04 +0200 >>> Jeroen Ooms <jeroenooms at gmail.com> wrote: >>> >>>> Thoughts? >>> How verboten would it be to create an
2004 Aug 06
8
disappointed with group
Hi all, must say I have found the help in this group very disapointing. Have mail numerous times for help with some (in hindsight) simple problems. yet no one (ok 1 person) has attempted to aid me. If this group was ONLY filled with novices and users I could accept this but I have seen members of the development team , and others who have insight into the workings of icecast comment on other
2009 Oct 01
3
What are the reasons for VoIP echo?
I have an Asterisk 1.4.2 system that has been installed for about 3 months now in our home. We converted all of our phones to SIP phones, and use two different trunk providers (BroadVoice for incoming & FlowRoute for outgoing). Most of the time its working flawlessly. But about 1/3rd of the calls that come into us complain of an echo and what is best described as latency issues. Its
2004 Aug 06
0
memory, processor, bandwidth
The shoutcast doc says: If you want to broadcast to listeners, you'll need: * 90Mhz or faster server, running one of Windows 95, 98, NT, 2000, ME, Mac OS X, Sparc Solaris 2.x, FreeBSD 3.x, FreeBSD 4.x, or Linux with a libc6 kernel. * 14kB of memory for every listener you want to broadcast to (i.e. 1,000 listeners means you need 14 Megabytes of RAM), plus whatever your operating
2003 Aug 15
1
Bug in 2.05 .bss chain loader (works in 1.40).
I love syslinux, and loath to cry bug, but I think this might qualify. I found that using the chain loader in syslinux version 2.05 on a FreeDOS (ver. 2.30.1) boot floppy failed (locked after 'FreeDOS' is written to the screen). I tried other boot disks (dos 3.30, up to win98) with similar results. The good news is that version 1.40 (where it was originally implemented) works great !!
2004 Jul 16
0
How to configure Asterisk as a VoIP(SIP) to PSTN Gateway?
Hello, I'm very new with * and I would really appreciate some help to implement a SIP to PSTN Gateway. My current scenario includes an * box with a TE405P board. I have a 1.5Mb connection to the outside world (using a router with firewall capabilities) and channel banks that allow me to connect the T1s coming out of the TE405 board to PSTN network (carrier). I need to configure * to