Skip to content
Snippets Groups Projects
Commit f7197dff authored by Eric Wong's avatar Eric Wong Committed by Junio C Hamano
Browse files

git-svn: reduce memory usage for large commits


apply_textdelta and send_stream can use a separate pool from the
rest of the editor interface, so we'll use a separate SVN::Pool
for them and clear the pool after each file is sent to SVN.

This drastically reduces memory usage per-changeset committed,
and makes large commits (and initial imports) of several
thousand files possible.

Signed-off-by: default avatarEric Wong <normalperson@yhbt.net>
Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
parent 6844fc80
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment