From 901764cd0b9921f582e5e0971c1b3e68d6e605db Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 23 Feb 2016 13:45:07 +0000 Subject: [PATCH] Add note about memory usage in JGit --- docs/src/main/asciidoc/spring-cloud-config.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 3c566071..9b00a4aa 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -69,6 +69,12 @@ WARNING: using the local filesystem for your git repository is intended for testing only. Use a server to host your configuration repositories in production. +WARNING: the initial clone of your configuration repository will +be quick and efficient if you only keep text files in it. If you start +to store binary files, especially large ones, you may experience +delays on the first request for configuration and/or out of memory +errors in the server. + === Environment Repository Where do you want to store the configuration data for the Config