Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <5d7d4eb825dde828@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Tue Nov 8 04:24:21 2011 On host: mail.march-hare.com Directory: cvsnt/src M rcs.cpp CVSNT_BRANCH_2_8_01_3761 1.80.2.214.4.54.2.14 -> 1.80.2.214.4.54.2.15 Bug Id: 6317 Log message: Bug6317: win: server: out of memory; can not reallocate. if AtomicCheckouts=0 amd FreeRCSBufDelta=1 use less memory in RCS_Rewrite() - particularly effects cvs commit on a branch with many revisions (eg: 200 * 20MB revisions = 2GB RAM with FreeRCSBufDelta=0 or about 40MB RAM with FreeRCSBufDelta=1. linux/mac compile fixes.