Re: [Savannah-hackers-public] Truncated tarball from git.savannah.gnu.org

2017-01-15 Thread James Cloos
JC>> It looks like there is a 60 second limit.

EZ> I think the tarball is produced on the fly, so it isn't the bandwidth
EZ> that limits the speed, it's the CPU processing resources needed to
EZ> xz-compress the files.  Try the same with .tar.gz, and you will see
EZ> quite a different speed.

Indeed.  I should have thought of that.

Grabbing http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar
across doccis works and takes 63 seconds, so the limit is more likely to
be an RLIMIT on the xz(1) process.  Perhaps an RLIMIT_CPU of 60 seconds
or an RLIMIT_AS or RLIMIT_DATA which hits after xz(1) spends around 60 s
compressing the emacs tar?

-JimC
-- 
James Cloos  OpenPGP: 0x997A9F17ED7DAEA6




[Savannah-hackers-public] Truncated tarball from git.savannah.gnu.org

2017-01-15 Thread Eli Zaretskii
If I try this command:

  wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.xz

I get only about 11MB worth of data, less than half of what I expect.
Sounds like some limitation, either by download time or by something
else, kicks in?