On Wed, Oct 23, 2013 at 2:29 AM, Maurice Amsellem < maurice.amsel...@systar.com> wrote:
> - On a fresh installation (nothing in the cache), the installer will take > up to 1.4 GB of memory . I think this is because it needs to load the huge > zip files in memory to check the MD5, but it's good to know if you have a > small configuration. > The way we are doing the MD5 check, we are doing it in small asynchronous reads. In theory, the whole file should not be loaded into the memory. I never had the time to optimize this process. If you can please file a JIRA ticket for this, that would be good for future reference as well. Thanks, Om