Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Building/Optimize

< EclipseLink‎ | Building
Revision as of 09:51, 1 April 2008 by Unnamed Poltroon (Talk) (New page: == Optimizing SVN == * If you may noticed a slowdown of network/disk transfers or your CPU is around 50% when moving a lot of files - the SVN cache scope must be minimized. It turns out t...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Optimizing SVN

  • If you may noticed a slowdown of network/disk transfers or your CPU is around 50% when moving a lot of files - the SVN cache scope must be minimized. It turns out that TSVNCache.exe (part of TortoiseSVN) is caching all I/O not just during SVN transactions.
  • Depending on the files transfered or the dest being a network/usb drive your TSVN may use upto 30% of your CPU.
  • See the following - thanks Ron.
    • Disabling TSVN cache
    • In TortoiseSVN Settings, under Icon Overlays, set your Status cache to either Shell or None.

Back to the top