Commit Diff


commit - 224848656b45718ffd238961a636ef83dd006e63
commit + 8e6b519113fd229ada380cf80ac5535ff6d3903d
blob - c92a6d049d7ede2f488c9b093835e27fd6221c5d
blob + 3c7bb235cb37bcd85135050f703b4191e33fc84c
--- lib/got_delta_lib.h
+++ lib/got_delta_lib.h
@@ -43,7 +43,7 @@ const struct got_error *got_delta_apply(FILE *, const 
  * The amount of result data we may keep in RAM while applying deltas.
  * Data larger than this is written to disk during delta application (slow).
  */
-#define GOT_DELTA_RESULT_SIZE_CACHED_MAX	(32 * 1024 * 1024) /* bytes */
+#define GOT_DELTA_RESULT_SIZE_CACHED_MAX	(4 * 1024 * 1024) /* bytes */
 
 /*
  * Definitions for delta data streams.