search for: 94mb

Displaying 9 results from an estimated 9 matches for "94mb".

Did you mean: 4mb
2009 Aug 12
1
[LLVMdev] Error with apple's linker
...> > Do you have know whether this is a regression or not? > > I don't think it's a regression, I've been having this error since the first time I tried. > Either way, could you perhaps file a PR and attach the test case? > > The test case is rather large (94MB of .bc file) , and I'm not sure how to reduce it. I emailed the mailing list to notify the problem and hope someone would say "ah I know how to fix that problem" :) Nicolas > - Daniel > > On Tue, Aug 11, 2009 at 1:12 AM, Nicolas > Geoffray<nicolas.geoffray at lip6....
2005 Jun 18
1
error Centos4 image
...d0 bn 18333440; cn 18187 tn 15 sn 52) retrying ----END ERROR MESSAGGE---- I review the HDD partition with the g4u command "parts" g4u>parts wd0 Found NTFS partition; size 20482812 (10001MB), offset 63 skipping existing NTFS partition at slot e Found Linux EXT2 partition; size 192780 (94MB), offset 20482875 skipping existing Linux EXT2 partition at slot f Found swap partition; size 2040255 (996MB), offset 20675655 skipping existing swap partition at slot g Found Linux EXT2 partition; size 17157357 18377 (94MB), offset 22715973 skipping existing Linux EXT2 partition at slot i 9 partit...
2006 Jul 17
11
ZFS bechmarks w/8 disk raid - Quirky results, any thoughts?
...%CPU /sec %CPU 8 disk 8196 33285 38.6 46033 9.9 33077 6.8 67934 90.4 93445 7.7 230.5 1.3 8 disk 8196 34821 41.4 46136 9.0 32445 6.6 67120 89.1 94403 6.9 210.4 1.8 46MB/sec writes, each disk individually can do better, but I guess keeping 8 disks in sync is hurting performance. The 94MB/sec writes is interesting. One the one hand, that''s greater then 1 disk''s worth, so I''m getting striping performance out of a mirror GO ZFS. On the other, if I can get striping performance from mirrored reads, why is it only 94MB/sec? Seemingly it''s not cpu bound...
2003 Jun 13
1
Printing from Windows to Samba takes a LOT of time.
Hi there, I've a linux server (PII 233, 94mb ram) running Mandrake Linux 9.1 with an HP printer attached to it. I've configured the printer (I'm using CUPS) and it works fine. Next, I've configured samba: [global] . . . workgroup = MYWORKGROUP security = share log level = 2 printing = cups . . . [hp] printer = hp...
2009 Aug 11
4
[LLVMdev] Error with apple's linker
Hi all, I'm having an issue with the ld linker on MacOSX (10.5). I have generated a large .s file with llc and the relocation-model=pic argument. When I ask the linker to create the .dylib file, I get this error: ld: double split seg info for same address collect2: ld returned 1 exit status The generated .s file for Linux works fine with Linux's ld linker. If anyone has an idea of
2009 Aug 11
0
[LLVMdev] Error with apple's linker
Hi Nicolas, Do you have know whether this is a regression or not? Either way, could you perhaps file a PR and attach the test case? - Daniel On Tue, Aug 11, 2009 at 1:12 AM, Nicolas Geoffray<nicolas.geoffray at lip6.fr> wrote: > Hi all, > > I'm having an issue with the ld linker on MacOSX (10.5). I have > generated a large .s file with llc and the relocation-model=pic
2009 Oct 25
0
alternate output for progressmeter
...tch Some sample output how it looks now: :~/src/openssh-5.3p1$ ./scp -l 60000 test.bin hans at localhost:. progress test.bin : ? 0% ? ?0 ? ? 0.0KB/s ? --:-- ETA progress test.bin : ? 7% 7488KB ? 7.3MB/s ? 00:12 ETA progress test.bin : ?15% ? 14MB ? 7.3MB/s ? 00:11 ETA .. progress test.bin : ?98% ? 94MB ? 7.3MB/s ? 00:00 ETA progress test.bin : 100% ? 95MB ? 7.3MB/s ? 00:13 done With a simple script you can now easily control the output and save the progress somewhere: #!/bin/bash # --- only update status every 10 seconds statfn=scp1.status refresh=10 no=0 ./scp -l 60000 test.bin hans at localho...
2009 Aug 11
0
[LLVMdev] Error with apple's linker
Background: In Mac OS X 10.5 and later, OS dylibs are copied into something called the dyld shared cache. In the cache all the dylibs are bound to one another, which improves launch time of all processes. The shared cache has a funny constraint where all read-only pages need to be continuous. This requirement means the __TEXT and __DATA segments of each dylib need to be split apart.
2008 Feb 17
2
Anyone have an idea how to find file i/o throughput?
We got a remote Oracle 10g R2 standby running on OCFS2. Initial when we started the standby, read I/O was < 5MB/sec on average. Since then it has grown to over 40MB/sec (longer average, it peaks much higher). Here is a graph showing this: http://www.alameda.net/~ulf/dbphx01.png We also have a local standby running (on EXT3) which is not showing the same symptom. I am trying to find where all