Re: Which kind of resources stored in cc-resources container?
Matt Reider
You can refer to this discussion for some understanding of what is stored
in the cc-resources container: https://groups.google.com/a/cloudfoundry.org/forum/#!topic/vcap-dev/nTQSn8spBPE It's basically stores larger files to speed up subsequent app push. An initial push will be slow, as all files are uploaded. A second push will be faster, as the larger files (over 64k by default, but can be adjusted up), are stored in the cc-resources container for re-use. On Tue, Sep 1, 2015 at 6:40 PM Guangcai Wang <guangcai.wang(a)gmail.com> wrote: Hi,
|
|