Re: Big files PUT into Subversion - encountering

2017-07-15 Thread Paul Hammant
4.10.0-26-generic More than you asked for, but more specs: OS: Ubuntu 17.04, server Processor: 2.4 GHz Intel Atom RAM: 4 GB - DDR3 Hard Drive: 64 GB (SSD of some sort - poss USB) Checking the read speed of the boot partition: $ sudo hdparm -tT /dev/mmcblk0 /dev/mmcblk0: Timing cached reads:

Re: Big files PUT into Subversion - encountering

2017-07-15 Thread Jacek Materna
Which kernel version you running? On Thu, Jul 13, 2017 at 12:44 PM, Paul Hammant wrote: > Markus - you may be right on hopes for perf improvements. > > I'm reevaluating what I said a couple of days ago in this thread. The best > case PUT times for that 15GB random resource at 7

Re: Big files PUT into Subversion - encountering

2017-07-13 Thread Paul Hammant
Markus - you may be right on hopes for perf improvements. I'm reevaluating what I said a couple of days ago in this thread. The best case PUT times for that 15GB random resource at *7 mins*, but about 1/5 of them are at *15 mins*. I'm going to try to undo the TMPDIR change and see if it goes back

RE: Big files PUT into Subversion - encountering

2017-07-12 Thread Markus Schaber
lopment Subject: Re: Big files PUT into Subversion - encountering Reporting back - The /etc/apache2/envvars file is the perfect place to change the temp folder that Apache uses on load, and avoid an out of space error for bg files(see log above). I thought there might also be a speed b

Re: Big files PUT into Subversion - encountering

2017-07-11 Thread Paul Hammant
Reporting back - The /etc/apache2/envvars file is the *perfect* place to change the temp folder that Apache uses on load, and avoid an out of space error for bg files(see log above). I thought there might also be a speed boost for having the temp folder set to the same driver as the

Re: Big files PUT into Subversion - encountering

2017-07-09 Thread Paul Hammant
I think I have tracked it to root cause: boot partition didn't have 10GB free at the time of the upload. There's a /etc/apache2/envvars file where I can change the location of TMP, I think. Which mean would mean that somewhere in the chain of Apache and it's modules the file system is used for the

Re: Big files PUT into Subversion - encountering

2017-07-08 Thread Paul Hammant
Interesting - the first restart of that sequence failed again for the same reason. I didn't try it a third time, I just rebooted the box (instead of apachectl restart), so I don't know if that was a *persistent* state for the implicit Svn server or not. On Sat, Jul 8, 2017 at 9:36 AM, Paul

Big files PUT into Subversion - encountering

2017-07-08 Thread Paul Hammant
Same system as before - 4GB RAM Intel Atom Linux box , with attached 4TB USB3 driver (yes in a USB3 port) where the svn repo's root is. AutoIncrement is turned on (or whatever it's called), and