Displaying 20 results from an estimated 56 matches for "17g".
Did you mean:
17
2016 Jan 28
2
Proposal: Enable BUILD_SHARED_LIBS=ON by default for debug build.
Hello,
I understand shared linked is currently a lot slower than static linked.
However, for debug build, where speed is not required. Shared link has
A lot of advantage.
Static linked clang/llvm on linux is 17G, shared build is only 1.5G. On a
mainstream
linux host machine with 12G memory, only -j1 can be used to finish final
linking step.
With -j8 the linux will link the linking. With 17G footprint, copying from
build folder
to install folder is also very slow. So it is very reasonable to set
BUIL...
2005 Sep 23
2
17G File size limit?
Hi everyone,
This is a strange problem I have been having. I'm not sure where the
problem is, so I figured I'd start here.
I as having problems with Bacula stopping on 17Gig Volume sizes, so I
decided to try to Just dd a 50 gig file. Sure enough, once the file hit
17 gigs dd stopped and spit out an error
(pandora bacula)# dd if=/dev/zero of=bigfile bs=1M count=50000
File size limit exceeded
(pandora bacula)#
(pandora bacula)# ll
total 20334813
-rw-r--r-- 1 ro...
2010 Feb 02
7
Help needed with zfs send/receive
...#39;m having (as the title suggests) a problem with zfs send/receive.
Command line is like this :
pfexec zfs send -Rp tank/tsm@snapshot | ssh remotehost pfexec zfs recv
-v -F -d tank
This works like a charm as long as the snapshot is small enough.
When it gets too big (meaning somewhere between 17G and 900G), I get
ssh errors (can''t read from remote host).
I tried various encryption options (the fastest being in my case
arcfour) with no better results.
I tried to setup a script to insert dd on the sending and receiving
side to buffer the flow, still read errors.
I tried with mbuff...
2020 Feb 29
3
dput()
...to me).
To reframe this question: is there way to get an *exact* ASCII
representation of a numeric value (i.e., guaranteeing the restored value
is identical() to the original) ?
.deparseOpts has
?"digits17"?: Real and finite complex numbers are output using
format ?"%.17g"? which may give more precision than the
default (but the output will depend on the platform and there
may be loss of precision when read back).
... but this still doesn't guarantee that all precision is kept.
Maybe
saveRDS(x,textConnection("out","...
2009 Dec 29
2
ext3 partition size
...4
e2fsprogs-debuginfo-1.41.4-12.fc11.x86_64
mount: /dev/sdb8 on /srv/multimedia type ext3 (rw,relatime)
$ df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/sdb2 ext3 30G 1.1G 28G 4% /
/dev/sdb7 ext3 20G 1.3G 18G 7% /var
/dev/sdb6 ext3 30G 12G 17G 43% /usr
/dev/sdb5 ext3 40G 25G 13G 67% /home
/dev/sdb1 ext3 107M 52M 50M 52% /boot
*/dev/sdb8 ext3 111G 79G 27G 76% /srv/multimedia*
tmpfs tmpfs 2.9G 35M 2.9G 2% /dev/shm
Parted info:
(parted) select /dev/sdb
Using /dev/sdb
(parted) print
Mode...
2016 May 05
1
Too many spaces in deparsed complex numbers with digits17 control option
...0i"
As far as I can tell, the logic for this comes from this piece of
/src/main/deparse.c:
if (TYPEOF(vector) == CPLXSXP && (d->opts & DIGITS16)) {
Rcomplex z = COMPLEX(vector)[i];
if (R_FINITE(z.r) && R_FINITE(z.i)) {
snprintf(hex, 64, "%.17g + %17gi", z.r, z.i);
strp = hex;
} else
strp = EncodeElement(vector, i, quote, '.');
}
I think this is a small bug, and that "%17gi" in the snprintf call
ought to be "%.17gi".
Also there shouldn't be any space around the plus sign for consistency...
2008 Jan 15
3
having trouble booting Xen-3.1 on X86_64 Fedora Core 8 install
...kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.23.1-42.fc8.img
title Other
rootnoverify (hd0,1)
chainloader +1
[root@zadapi1L log]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 20G 3.0G 17G 16% /
/dev/sda5 95G 211M 90G 1% /home
tmpfs 470M 24K 470M 1% /dev/shm
Again, any hints or pointers to document sections of grub or Xen welcomed.
Gautam
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
h...
2009 Jul 06
3
How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)
...not enough
line-oriented, so I tried some --skip-extended-insert options of
mysqldump, with no luck.)
Currently I'm using mysqlhotcopy to rsync raw database data. It still
takes no less than one hour (which is 50% of the previous results,
mostly because the raw data of the database is just 17G. The single
biggest file is 16909M).
How to do it better? I thought that rsync would be magically able to
extract changes from my data. However, it looks like it diffs the 17G
file everyday again and again, even it stayed intact. The
times/attributes of files do not change across the copies ei...
2018 May 21
2
split brain? but where?
...48K
771M 1% /run/user/1000
tmpfs 771M 0
771M 0% /run/user/0
glusterp1.graywitch.co.nz:
Filesystem Size Used Avail Use%
Mounted on
/dev/mapper/centos-root 20G 3.5G 17G 18% /
devtmpfs 3.8G 0 3.8G 0%
/dev
tmpfs 3.8G 12K 3.8G 1%
/dev/shm
tmpfs 3.8G 9.0M 3.8G 1%
/run
tmpfs 3.8...
2013 Feb 05
1
Destination file a lot larger then source (real size)
...errors, but there is a problem when
it comes to some large files
Let's take my pst file (8.9 gig) as an example
Source:
du -hs mypst.pst
8.9G mypst.pst
ls -alh mypst.pst
-rw-rw---- 1 me me 8.9G Jan 25 17:07 mypst.pst
That seems OK
Let's do that on the destination:
du -hs mypst.pst
17G mypst.pst
ls -alh mypst.pst
-rw-rw---- 1 root root 8.9G Jan 25 17:07 mypst.pst # Permissions here are
fine, disregard
Real file size is almost double size!
Extra info:
Source dir is an xfs partition
The NFS mount is also xfs on the NFS server
NFSv4
Full cmdline for the daily backup:
/us...
2005 Jan 27
2
Disk Space Error
...e" from the linux machine.
I have over 16Gb of space on the partition that the share resides.
[root samba-share]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 726M 668M 58M 92% /
/dev/hda3 194M 19M 175M 10% /var
/dev/hda4 17G 318M 16G 2% /home
[root samba-share]# pwd
/home/samba-share
smb.conf:
[global]
workgroup = Workgroup
server string = Samba Server
os level = 33
preferred master = Yes
remote announce = 192.168.168.255
hosts allow = 192.168.168., 127.
[homes]...
2014 Jan 23
2
[LLVMdev] Recent buildbot failures on arxan_raphael and osu8
Hi,
I received a small flurry of buildbot emails yesterday. Most of them seem to be repeats of previous failures and buildbot only mailed them to me because the previous build raised an exception instead of failing. However I noticed a couple configuration/system issues amongst them:
* arxan_raphael is consistently hitting the 20 minute no-output timeout when running the link command
2020 Jun 10
0
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
...ocal_lock=none,addr=10.9.96.20)
# df -h
Filesystem Size Used Avail Use% Mounted on
overlay 40G 17G 24G 41% /
tmpfs 64M 0 64M 0% /dev
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
shm...
2018 May 21
0
split brain? but where?
.../user/1000
> tmpfs 771M 0
>771M 0% /run/user/0
>glusterp1.graywitch.co.nz:
> Filesystem Size Used Avail Use%
>Mounted on
> /dev/mapper/centos-root 20G 3.5G 17G 18% /
> devtmpfs 3.8G 0 3.8G 0%
>/dev
> tmpfs 3.8G 12K 3.8G 1%
>/dev/shm
> tmpfs 3.8G 9.0M 3.8G 1%
>/run
> tmpfs...
2016 Jan 28
2
[cfe-dev] Proposal: Enable BUILD_SHARED_LIBS=ON by default for debug build.
...fe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org> > wrote:
Hello,
I understand shared linked is currently a lot slower than static linked.
However, for debug build, where speed is not required. Shared link has
A lot of advantage.
Static linked clang/llvm on linux is 17G, shared build is only 1.5G.
Assuming you're talking about a debug build, you can probably get that down a lot with at least -fdebug-types-section or with -gsplit-dwarf.
On a mainstream
linux host machine with 12G memory, only –j1 can be used to finish final linking step.
If you us...
2002 Mar 12
2
Using Backup from Windows -> Samba : >4GB file limit?
Hi,
I was backup up my laptop the other day, and the Windows backup utility said
it was going to do about 17GB of data - and I was dumping this to a Samba
share from my Linux machine. However, it looks like the data wrapped around
when it got past 4GB. Not really sure what happened though. When I saw
that the .bkf file was smaller (the next morning) that what a previous 'ls -l'
showed (the night...
2016 Dec 20
2
Very small numbers in hexadecimal notation parsed as zero
...iven above:
#include <stdlib.h>
#include <stdio.h>
int main(void)
{
char *string, *stopstring;
double x;
string = "0x1.00000000d0000p-987";
x = strtod(string, &stopstring);
printf("string = \"%s\"\n", string);
printf("strtod = %.17g\n\n", x);
string = "0x1.00000000dp-987";
x = strtod(string, &stopstring);
printf("string = \"%s\"\n", string);
printf("strtod = %.17g\n\n", x);
}
$ gcc -o strtod.exe strtod.c
$ ./strtod.exe
string = "0x1.00000000d0000p-987"
st...
2018 May 22
2
split brain? but where?
...771M 0
> >771M 0% /run/user/0
> >glusterp1.graywitch.co.nz:
> > Filesystem Size Used Avail Use%
> >Mounted on
> > /dev/mapper/centos-root 20G 3.5G 17G 18% /
> > devtmpfs 3.8G 0 3.8G 0%
> >/dev
> > tmpfs 3.8G 12K 3.8G 1%
> >/dev/shm
> > tmpfs 3.8G 9.0M 3.8G 1%
> >/run
>...
2003 Jun 17
1
efficiency issue with rsync.....
...n mails somewhere in the middle.
Note: This is NOT a request: "Please go and fix". Just an "I noticed
that it might be possible to make it more efficient". Feel free to
keep this in mind when performing further development.
(Still rsync is a very good tool, transferring the 17G of data in
a couple of hours....)
Oh, another thing: When two files are almost the same, (e.g. I just
added something to the end of a mailbox) the bandwidth of the link
is not fully used while the counters are running quickly. Is this
unavoidable "the machine simply won't generate enough...
2014 Jan 23
2
[LLVMdev] Recent buildbot failures on arxan_raphael and osu8
...uns everything in ram (all source and object files
> are in RAM), and the HD was never intended to take the load (small,
> slow, not redundant, and not expected to live a long life if it needs to
> spin that much). The Clang debug build -vg builder takes half the ram on
> its own at 17G, then it's running three other builders beyond that.
>
> I had hoped that doing a make clean would fix its disproportionate
> footprint (the next largest builder is 5G), but apparently not so. I'm
> going to see whether we can buy another 32G RAM for it.
>
> Sorry!
>...