search for: 10240

Displaying 20 results from an estimated 385 matches for "10240".

Did you mean: 1024
2007 Aug 09
1
[RFC] All my fsync changes
...odified the inode. So when we go to do a fsync on the inode if the commit was already done or the transaction was removed (meaning it had been committed and freed) we just exit out. So here are the numbers. This is running fs_mark with the following command fs_mark -d /mnt/btrfs-test/default/ -s 10240 -n 1000 run 10 times. First run is without any of the patches, with the exception of the put_transaction/trans_mutex fix. FSUse% Count Size Files/sec App Overhead 0 1000 10240 72.4 6366 0 1000 10240 54.4...
2015 Aug 14
4
persistent change of max_stack_depth
Hi All, Could anybody point me in the right direction for setting the kernel parameter, max_stack_depth, to 10240 for database tuning? I have currently set it by running 'ulimit -s 10240' but this does not survive a reboot. I've Googled plenty and can't find any solution, thanks Michael
2017 Feb 14
1
Re: [PATCH 1/1] v2v: ova: fix generated JSON for libvirt support
...v-i-ova-subfolders.expected2 > +++ b/v2v/test-v2v-i-ova-subfolders.expected2 > @@ -10,7 +10,7 @@ hypervisor type: vmware > video: > sound: > disks: > - json:{ "file": { "driver": "raw", "offset": x, "size": 10240, "file": { "filename": "test.ova" } } } (vmdk) [scsi] > + json:{ "file": { "driver": "raw", "offset": x, "size": 10240, "file": { "driver": "file", "filename": "test.ova&q...
2017 Feb 14
2
[PATCH 0/1] Fix OVA import with libvirt backend
I've sent a patch to libvirt that should fix our problem with 'raw' driver that is mentioned in [1]. The libvirt patch is here [2]. However, to realy fix things, there is at least one thing we have to change on our side. We have to be explicit about the driver in the JSON we generate. Note that the libvirt patch has not yet been reviewed nor merged, so this may not be the only thing
2015 Aug 14
4
persistent change of max_stack_depth
Hi Thomas, > Could anybody point me in the right direction for setting the kernel > parameter, max_stack_depth, to 10240 for database tuning? > > I have currently set it by running 'ulimit -s 10240' but this does not > survive a reboot. > > Thanks for the response, I've been nosing around that file recently but noted the first two lines; #This file sets the resource limits for the users...
2007 Mar 20
1
[Re: Dovecot - with LDAP auth backend]
Hi Timo, What I did actually was change option (D) to the following below, or do I have to remove this one altogether? plugin { quota = maildir } Then added the attribute mailquota=10240 as I had defined in my dovecot schema And when I did a tried to run getquota "" or getquotaroot inbox (via telnet localhost 143), it would return me a "no quota" message. What I am able deduce is that the mailquota attribute did not take effect at all. Do you think I may have...
2012 Oct 13
1
low samba performance with glusterfs backend
...an get about 180 MB/s. Why CIFS performance is so slow over glusterfs backend? Anybody meet such issues and how to resolve(samba and glusterfs parameters)? thanks a lot in advance. #test local ext4 [root at pana53 5f4554cf-3b56-43e5-847e-cb409b0edc30]# dd if=/dev/zero of=dd.dat bs=1MB count=10k 10240+0 records in 10240+0 records out 10240000000 bytes (10 GB) copied, 21.4764 s, 477 MB/s #test local glusterfs [root at pana53 61659a17-69bd-4704-81fe-0853f1c891cd]# dd if=/dev/zero of=dd.dat bs=1MB count=10k 10240+0 records in 10240+0 records out 10240000000 bytes (10 GB) copied, 28.7148 s,...
2012 Oct 13
1
low samba performance with glusterfs backend
...an get about 180 MB/s. Why CIFS performance is so slow over glusterfs backend? Anybody meet such issues and how to resolve(samba and glusterfs parameters)? thanks a lot in advance. #test local ext4 [root at pana53 5f4554cf-3b56-43e5-847e-cb409b0edc30]# dd if=/dev/zero of=dd.dat bs=1MB count=10k 10240+0 records in 10240+0 records out 10240000000 bytes (10 GB) copied, 21.4764 s, 477 MB/s #test local glusterfs [root at pana53 61659a17-69bd-4704-81fe-0853f1c891cd]# dd if=/dev/zero of=dd.dat bs=1MB count=10k 10240+0 records in 10240+0 records out 10240000000 bytes (10 GB) copied, 28.7148 s,...
2012 Nov 06
2
I am very confused about strip Stripe what way it hold space?
...reate test-volume3 stripe 4 transport tcp \ 172.16.20.231:/exp4 \ 172.16.20.232:/exp4 \ 172.16.20.233:/exp4 \ 172.16.20.235:/exp4 \ then i mount volume on client 172.16.20.230 mount -t glusterfs 192.168.106.231:/test-volume3 /gfs3 and i dd 10G file in gfs3 dd if=/dev/zero of=/gfs3/3 bs=1M count=10240 10240+0 records in 10240+0 records out 10737418240 bytes (11 GB) copied, 119.515 s, 89.8 MB/s I am very confused about this [root at node231 ~]# du -hs /exp4 10G /exp4 [root at node232 ~]# du -hs /exp4 10G /exp4 [root at node233 ~]# du -hs /exp4 10G /exp4 [root at node235 ~]# du -hs /ex...
2017 Feb 14
0
[PATCH 1/1] v2v: ova: fix generated JSON for libvirt support
...760c9 100644 --- a/v2v/test-v2v-i-ova-subfolders.expected2 +++ b/v2v/test-v2v-i-ova-subfolders.expected2 @@ -10,7 +10,7 @@ hypervisor type: vmware video: sound: disks: - json:{ "file": { "driver": "raw", "offset": x, "size": 10240, "file": { "filename": "test.ova" } } } (vmdk) [scsi] + json:{ "file": { "driver": "raw", "offset": x, "size": 10240, "file": { "driver": "file", "filename": "test.ova"...
2007 Aug 28
1
Can files be changed to hard links?
I have an rsync cron script that copies one entire hard drive containing hard links to another drive. It does this by selecting the directories to be rsync'ed and copying them one by one. My rsync line is: rsync -uav source/ target and the problem is this would not copy hard links. If I change the rsync line to: rsync uaHv --delete source/ target will the files copied using the original
2017 Feb 12
2
Centos7 and old Bind bug
...udp 32768-61000 so same semanage results, but different logwatch events. BTW, my internal DNS is not getting these, so some external 'hit' is triggering it. > > It's probably safe to specify some range of higher numbered ports: > > use-v4-udp-ports { range 10240 65535; }; > use-v6-udp-ports { range 10240 65535; }; But that is not the ports that I am seeing in logwatch: **Unmatched Entries** dispatch 0xb4463008: open_socket(::#8554) -> permission denied: continuing: 1 Time(s) dispatch 0xb4463008: open_socket(::#8614) -> permission d...
2007 Apr 27
2
dovecot + ldap + quota
hi.... i using dovecot 1.0rc26 and i started to configure quota plugin but i think its not working fine. i configure like suggested in http://wiki.dovecot.org/Quota in dovecot.conf: protocol imap { mail_plugins = quota imap_quota } plugin { # 10 MB quota limit quota = maildir:storage=10240 } in dovecot-ldap.conf: user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,quotaStorage=quota if a mua send a attach near 9MB i receive a message tell me that the server don't have more space, but if i attach files of 2MB this messages are sending ok, and the cur directory of this...
2001 Feb 28
1
com port acccess again
...e:comm:BuildCommDCB16 charsize (8) trace:comm:BuildCommDCB16 stopbits (1) trace:comm:SetCommState handle 132, ptr 0x40596080 trace:comm:SetCommState bytesize 8 baudrate 110 fParity 0 Parity 0 stopbits 1 trace:comm:SetCommState ~IXON ~IXOFF trace:comm:SetCommState CRTSCTS fixme:comm:SetupComm insize 10240 outsize 10240 unimplemented stub trace:comm:SetCommTimeouts (84,0x4059606c) trace:comm:GetCommState handle 140, ptr 0x40596080 trace:comm:GetCommState OK trace:comm:GetCommState bytesize 8 baudrate 110 fParity 0 Parity 0 stopbits 1 trace:comm:GetCommState ~IXON ~IXOFF trace:comm:GetCommState CRTSCT...
2017 Sep 01
3
can't get quota working. I use static userdb driver.
...maildir:"User quota" quota_rule = *:storage=10M quota_rule3 = INBOX.Trash:storage=+10%% quota_exceeded_message = "552 5.2.2 Mailbox is full" } doveconf -n is attached. # doveadm quota get Quota name Type Value Limit % "User quota" STORAGE 0 10240 0 "User quota" MESSAGE 0 - # doveadm quota get -u vadim Quota name Type Value Limit % "User quota" STORAGE 0 10240 0 "User quota" MESSAGE 0 - # du -sh /var/mail/vadim/ 23M /var/mail/vadim/ I tried to pass quota_...
2015 Aug 17
2
persistent change of max_stack_depth
Hi Jason, On 14/08/15 16:45, Jason Warr wrote: > On Fri, 2015-08-14 at 16:31 +0100, Michael H wrote: >> Hi Thomas, >> >> >>> Could anybody point me in the right direction for setting the kernel >>> parameter, max_stack_depth, to 10240 for database tuning? >>> >>> I have currently set it by running 'ulimit -s 10240' but this does not >>> survive a reboot. >>> >>> >> >> Thanks for the response, I've been nosing around that file recently but >> noted the fir...
2014 Dec 17
3
Asymmetric encryption for very large tar file
...ion process stops there and refuse to do more. Cannot >> get around 2G. > > What happens if you use a pipeline or redirection instead of the -in > and -out files? I regularly write large tapes with something like: > openssl aes-256-cbc -salt -k password <input.tar.gz |dd bs=10240 > obs=10240 of=/dev/nst0 > Not quite the same, but there does not seem to be an inherent size > limit in openssl as long as it is not handling files and it happens at > a reasonable speed so it must be using the intel hardware support. Furthermore - is there the need to use "one...
2008 Aug 17
2
mirroring with LVM?
...ing my hair out trying to setup a mirrored logical volume. lvconvert tells me I don't have enough free space, even though I have hundreds of gigabytes free on both physical volumes. Command: lvconvert -m1 /dev/vg1/iscsi_deeds_data Insufficient suitable allocatable extents for logical volume : 10240 more required Any ideas? Thanks!, Gordon Here's the output from the lvconvert with verbose and debugging turned on: # lvconvert -vvv -d -m1 /dev/vg1/iscsi_deeds_data Processing: lvconvert -vvv -d -m1 /dev/vg1/iscsi_deeds_data O_DIRECT will be used Setting global/locking_...
2010 May 12
1
Problems with the fs-quota plugin on delivery stage
Hi All! Just noticed a strange behavior of the FS quota plugin on delivery stage. We use group FS quotas via NFS. And quota-tool says: --- Disk quotas for group #5751796 (gid 5751796): Filesystem blocks quota limit grace nfse:/export 1276 10240 10240 --- I run: --- cat ./test.eml | /usr/local/libexec/dovecot/deliver -e -n -d xxxx at xxxxx.xxxx --- and get: --- Quota exceeded (mailbox for user is full) --- But ./test.eml is 7088147 bytes and it is not above the quota. dovecot debug log is: --- May 12 20:01:46 dovecot: deliver(xxxx at x...
2019 Feb 06
4
[PATCH 0/3] inspect: icon improvements for Mageia & *SUSE
See individual patches. Pino Toscano (3): inspect: bump size limit for Mageia guests inspect: factor out find_png helper function inspect: revamp icon extraction for *SUSE guests lib/inspect-icon.c | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) -- 2.20.1