search for: 10k

Displaying 20 results from an estimated 659 matches for "10k".

Did you mean: 10
2011 Feb 20
2
concatenate vector after strsplit()
...s is a list of character vectors created by strsplit() I want to concatenate the 1st 4 character elements of each list item as a new vector called file. I admit to being confused about list syntax even after numerous readings. Here's what I tried: ls <- list(c("Focused", "10k", "A12", "t04.tif", "+", "µm"), c("Focused", "10k", "A12", "t08.tif", "+", "µm"), c("Focused", "10k", "A12", "t12.tif", "+", "µm"),...
2004 Aug 23
1
Problem with emails larger than 10k
I cannot download emails that are larger than 10k. I can download them fine with test32. I am running test35 on OpenBSD/macppc -current. I am downloading the files with Sylpheed-Claws 0.9.9claws on OpenBSD/macppc -current (different machines), over pop3-ssl on IPv6. Problem still occurs with IPv4. On the large files, the download hangs at 4.0...
2013 Jun 20
2
[PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END. because the file size maybe update on another node. if it not . after call llseek in SEEK_END. the position is old. this bug can be reproduce the following scenario: at first ,we dd a test fileA,the file size is 10k. on NodeA: --------- 1) open the test fileA, lseek the end of file. and print the position. 2) close the test fileA on NodeB: 1) open the test fileA, append the 5k data to test FileA. 2) lseek the end of file. and print the position. 3) close file. at first we run the test program1 on NodeA , the...
2013 Jul 30
3
Slow FIND_FIRST2 response
I'm running Samba 4.0.7 on CentOS 6.4 running double duty as DC and file server. OS X clients are taking a _long_ time to list long directories. One directory with 10K entries is taking 3-4 minutes to display the entries in Finder. I captured a few seconds worth of packets and noticed that it's doing three requests per file: 1. NTCreateAndX - just opens the file 2. Close 3. FIND_FIRST2 - to look for the resource fork The first two happen extremely fast, the...
2005 Jul 14
3
Very slow select() command on large mailboxes
Hi, I'm trying to decide if I could use you mail server in our enviroment which has about 10k users and mailboxes size about ~1GB. So I made a few tests and it all worked quite fast, except that select command on large mailboxes. The first time I select a mailbox which has 10k messages it takes about 4s to process. I am deliberately trying this on a Celeron 850Mhz, 512 MB memory and som...
2005 Nov 06
3
SCSI cards
Hi I am trying to find a good PCI 64 SSI 320 raid controller to use with Centos & 4 10k drives as raid 1 & 0 to get the best I/O speed, any clues as to what people have found to be the best. Thanks Denis
2007 Jun 21
1
Rsync to remote host much faster than 10k/sec speeds on local rsync
I run several remote rsyncs off a CentOS 4 server and also back up between two drives on the same server. Performance is far better on the remote rsyncs and the local rsync only manages 10k/sec despite being on modern hardware. Here are the stats from a local backup: Number of files: 979548 Number of files transferred: 2289 Total file size: 24703651523 bytes Total transferred file size: 20870616 bytes Literal data: 20870616 bytes Matched data: 0 bytes File list size: 43811752 File l...
2007 Nov 29
1
RAID, LVM, extra disks...
Hi, This is my current config: /dev/md0 -> 200 MB -> sda1 + sdd1 -> /boot /dev/md1 -> 36 GB -> sda2 + sdd2 -> form VolGroup00 with md2 /dev/md2 -> 18 GB -> sdb1 + sde1 -> form VolGroup00 with md1 sda,sdd -> 36 GB 10k SCSI HDDs sdb,sde -> 18 GB 10k SCSI HDDs I have added 2 36 GB 10K SCSI drives in it, they are detected as sdc and sdf. What should I do if I want to optimize disk space? The simplest solution would be to create /dev/md3 out of sdc1 and sdf1, and add it to the VG, and increase the size of my...
2020 Jul 14
3
Massive alias / bulk delivery problem
Hello list, we are experimenting with using Dovecot as part of a simplified mail stack with SQL for a internal messaging / notification system for our customers. Sometimes we need to send a message to thousands of customers at once and we do it by having aliases resolve to 10k and 20k+ mail accounts. When we send such a message the server load (obviously) is very high for a few minutes (in case of an alias containing 10k addresses its around 6-7 minutes for a 2 core machine with load around 20-30). Are there any optimizations or ways how to design the system around thi...
2011 Aug 23
8
problems configuring shorewall in proxmox pve (debian5)
hello before asking my question I come My name is Santiago and I''m from Spain but I''m in Colombia I followed this guide: https://www.doas.montanalinux.org/proxmox-ve-with-shorewall.html but when I run shorewall check, this error occurs: Checking... Initializing... Determining Zones... IPv4 Zones: net loc Firewall Zone: fw Validating interfaces file... ERROR: Invalid
2014 Dec 01
10
best file system ?
Hi, I'm going to set up a new storage for our email users (about 10k). It's a network attached storage (Coraid). In your opinion, what is the best file system for mail server (pop3/imap/webmail) purpose? Thank you
2006 Jul 28
8
mass emails
Say we have 20k-50k users signed up for an email newsletter. Does anyone have any data on how well ActionMailer does with mass emails? How long would that take to send? Anything I should watch out for? Thanks, Joe
2012 Mar 02
2
Spacing of text does not match spacing of bars in barplot
...ant to do every text label separately (I'm having this problem on all the graphs where I'm using text() Using Windows and version 2.14.1 X2sum <- c(42.6, 3.6, 1.8, 3.9, 12.1, 14.3, 14.6 ,28.4) X2.labels <- c("No earnings", "Less than $5000/year", "$5K to $10K" , "$10K to $15K" , "$ 15K to $20K" , "$20K to $25K" , "$25K to $30K" , "Over $30K" ) barplot(X2sum) text(1:8, par("usr")[3] - 0.5, srt = 45, adj = 1, labels =X2.labels, xpd = TRUE) Thanks, Jon -- Vie...
2005 Jun 07
6
transform large matrix into list
...ach non missing cell. Every row should contain the cell value in the first column, and its coordinates of the matrix in column 2 and 3. M: x1 x2 y1 1 2 y2 4 5 y3 7 8 L: v x y 1 1 1 4 1 2 7 1 2 2 2 1 5 2 2 8 2 3 I'm trying to do this with a loop, but since my matrix is quite large (around 10k^2) this just takes a very long time. There must be a more efficient and elegant way to do this. Any hints? Thanks, Stefan
2002 May 21
5
ingress and egress
ingress can be used to control the incoming packet, such as: tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 5 u32 match ip src 172.16.1.11 police rate 10kbit burst 10k drop flowid :1 tc filter add dev eth0 parent ffff: protocol ip prio 5 u32 match ip src 172.16.1.22 police rate 10kbit burst 10k drop flowid :2 first ,I do not sure these method can use class(could it do? I tested it can not do). if it can do it ,please give me a example. second, rat...
2007 Sep 01
9
complete linux and shaping newbie needs help
Hi there good people, I''m a newbie in what concerns running Linux on machines other than desktops, so I need help from all you gurus out there :-) I have Linux installed on an old computer (Winchip C6, Pentium clone), acting as a router/firewall for two other computers. Both these machines are connected to the firewall via a dedicated ethernet card each, on different subnets,
2007 Mar 01
6
prototype ajax.updater response bigger than 10k on safari
Hi All, Safari crashes everytime my ajax response is bigger than 10k, i traced it down and found out that it breaks when evalScript is being called, maining when extractScript is trying to match the regex..... is this a known bug on safari? if yes is there anyway to get around it? thanks in advance --~--~---------~--~----~------------~-------~--~----~ You recei...
2014 Dec 01
4
best file system ?
W dniu 2014-12-01 o 18:19, Alessio Cecchi pisze: > > Il 01/12/2014 17:24, absolutely_free at libero.it ha scritto: >> Hi, >> I'm going to set up a new storage for our email users (about 10k). >> It's a network attached storage (Coraid). >> In your opinion, what is the best file system for mail server >> (pop3/imap/webmail) purpose? >> Thank you > Hi, > > XFS, if you can use RHEL/CentOS 6, ext4 with others distro. Hi! Does XFS works better on RHEL...
2012 Mar 23
10
[hybrid] : mmap pfn space...
Hi Ian/Stefano, So, I''m back to using pfn space from maxphysaddr below. Stefano, you suggested ballooning, but that would be just too slow. There are lot of pages to be mapped, 4k at a time during guest creation, and I am afraid ballooning and hypercalls to populate EPT will be pretty slow. OTOH, there is tons of address space available between max-physaddr and max pfn in dom0. Stefano,
2011 Aug 25
5
Question About Shorewall Functions
...Is it necessary to do other configuration for this please help me ?????? Best Regards, Felipe Mexico, City August 25th 2011 ------------------------------------------------------------------------------ EMC VNX: the world''s simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev