search for: 20mib

Displaying 4 results from an estimated 4 matches for "20mib".

Did you mean: 20mb
2005 Jan 19
2
Free space calculation gets it wrong
.... This directory is a seperate file system. Now I start the Windows Explorer (from Windows XP) and go to \\server\Shares\CAD. The free space available is the same as shown in \\server\Shares - IOW: it shows the free space from /, and not from /Shares/CAD Directory Mountpoint Free space /Shares / 20MiB /Shares/CAD /Shares/CAD 40GiB Going to \\server\Shares\CAD shows me that 20MiB is available and not, as wanted, 40GiB. What do I have to do, to make Samba return the free space in the current directory and not from the top most directory of the share? First, I thought to write a script which I h...
2008 Jan 05
2
Odd, slow Windows XP client download behavior
...he speed is just great, no matter what, around 35MiB/s. In the other direction (downloading a file WinXP <- debian) it idles at around 120KiB/s which is, of course, unbearable. Now, interestingly, when I have an upload running the former slow download speed just explodes and is right up there at 20MiB/s (with the upload dropping to 20MiB/s). If I stop the upload, the download retreats back to 120KiB/s instantly. Btw, the FTP speed is fine in both directions, 30 - 50 MiB/s. Playing around with the global settings in smb.conf brought no relief whatsoever (TCP_NODELAY, SO_SNDBUF etc) and a differ...
2014 Apr 28
2
[LLVMdev] [RFC] [PATCH] Fix for sys::Process::GetMallocUsage() when using ptmalloc2 allocator in glibc
Thanks for the reply. On 28 April 2014 20:01, Reid Kleckner <rnk at google.com> wrote: > The problem with tcmalloc seems like a real problem. I can't think of any > good workarounds. My best worst idea is to try to figure out if malloc is > coming from libc with dlsym and dlopen, and then use that to decide whether > we add these two numbers together. I'm not sure we
2023 Feb 08
2
virtio-fs: adding support for multi-queue
...ng on its two queues (Virtq and CQ) with equal priority, thread 2 is busy polling as well. This setup is not really optimal, but we are working within the constraints of both our DPU and remote IO stack. Currently we are able to get with sequential single job 4k throughput: Write: 246MiB/s Read: 20MiB/s We are not sure yet where the bottleneck is for reads, we hope to be able to match it to the write speed. For writes the two main bottlenecks we see are: the single Virtq (so limited parallelism on the DPU and remote-side) and that virtio-fs IO is constrained to the page size of 4k (NFS for e...