slow clone form a windows share

marco gaddoni marco.gaddoni at gmail.com
Fri Apr 6 14:54:01 CDT 2012


On Fri, Apr 6, 2012 at 18:33, Matt Mackall <mpm at selenic.com> wrote:

> On Thu, 2012-04-05 at 14:04 +0200, marco gaddoni wrote:
> > On Thu, Apr 5, 2012 at 09:28, Adrian Buehlmann <adrian at cadifra.com>
> wrote:
> >
> > > On 2012-04-05 08:36, marco gaddoni wrote:
> > > > Hello,
> > >
> > > Googling for "C:\Windows\CSC\v2.0.6" hints that it might be related to
> > > Windows' offline files feature.
> > >
> > > Check your offline files setting and try disabling it:
> > >
> > >
> > >
> http://www.sevenforums.com/tutorials/48829-offline-files-enable-disable-use.html
> > >
> >
> > thank you, Adrian,
> > offline folders was enabled and following
> > that page i was able to disable it;
> >
> > unfortunately the speed did not improve.
> > this repository contain 2 commit,
> > boost 1.48 and 1.49.
> > its size is
> >
> > server:/share/hg/boost/.hg # du -s *
> > 4       00changelog.i
> > 8       cache
> > 4       hgrc
> > 4       requires
> > 204756  store
> > 0       undo.bookmarks
> > 4       undo.branch
> > 4       undo.desc
> > 0       undo.dirstate
> >
> > server:/share/hg/boost/.hg # find store/ | wc -l
> > 41070
> >
> > server:/share/hg/boost/.hg # find . -type f | xargs du -s | sort -r -n
> > 2056    ./fncache
> > 1900    ./data/libs/polygon/doc/_g_t_l__boostcon__draft03.pdf.d
> > 1184    ./00manifest.d
> > 732     ./data/libs/msm/doc/_p_d_f/msm.pdf.d
> > 704     ./data/libs/mpl/doc/refmanual.pdf.d
> > 440     ./data/libs/pool/doc/pool.pdf.d
> > 412
> ./data/libs/icl/doc/boostcon09/intro__to__itl__3__0__0__bc09.pdf.d
> > 364     ./data/libs/icl/doc/boostcon09/intro__to__itl__3__1__0.pdf.d
> > 364     ./data/libs/icl/doc/boostcon09/intro__to__itl.pdf.d
> > 328     ./data/libs/math/dot__net__example/_setupdistex/_release/_
> > setupdistex.ms
> > i.d
> > 312     ./data/status/expected__results.xml.d
> > 244     ./data/more/_boost_sponsorship_agreement.pdf.d
> > 244     ./data/libs/math/test/ibeta__inva__data.ipp.d
> > 236     ./data/libs/math/test/binomial__quantile.ipp.d
> > 224     ./data/libs/statechart/doc/reference.pdf.d
> > 224     ./data/libs/python/build/python__v1.zip.d
> > 216     ./data/libs/asio/doc/reference.qbk.d
> > 208     ./data/libs/geometry/example/data/roads.wkt.d
> > 208     ./00changelog.d
> >
> > is it normal to take more than 10 minutes to clone ?
>
> No, such a repo should clone in few seconds. Is your machine swapping?
>
>

no, it is a 4 core 8G of ram. plenty of ram free.


> Have you confirmed that the issue is actually connected to being on a
> Windows share? If you manually copy a repo to a local drive and clone
> that, is it fast?
>
>
will have to check at work.
next week.


> > i have tried to clone via web (that is, i run hg serve on
> > the server and cloned on my pc with
> > hg clone http://server:8000/);
> > it died in out of memory ...
> >
> > is this expected ?
>
> Perhaps. Are you running a 32-bit build of Mercurial and trying to
> manipulate files that are hundreds of megabytes when uncompressed?
> Typically, the largest file a 32-bit build of Mercurial on Windows can
> handle is about 400MB. How much physical memory do you have?
>
>
i think i did install the 64 bit tortoise hg.
will check.


> --
> Mathematics is the supreme nostalgia of our time.
>
>
>


-- 
"Reality continues to ruin my life." - Calvin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20120406/7674546d/attachment.html>


More information about the Mercurial-devel mailing list