https://issues.apache.org/jira/browse/FLEX-33844
-----Message d'origine----- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : jeudi 24 octobre 2013 20:20 À : dev@flex.apache.org Objet : Re: [DISCUSS] Apache Flex SDK Installer 2.7 Release - RC1 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