<div dir="ltr">Are there any guidelines on how much memory is required to run the tests? On my Mac I have 12 GB of RAM and a few hundred gigabytes of free disk space. The first time I didĀ <div><br></div><div><ul><li>make THREADS=4 test</li></ul><div>and I got a messageĀ </div><div><br></div><div><ul><li>Your system has run out of application memory</li></ul><div>so I reran with</div></div><div><ul><li>make test</li></ul><div>and left it running unattended. My machine crashed about an hour later.</div></div><div><br></div><div>Thanks</div><div><br></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Apr 6, 2017 at 2:01 PM Ben Gamari <<a href="mailto:ben@well-typed.com">ben@well-typed.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">George Colpitts <<a href="mailto:george.colpitts@gmail.com" class="gmail_msg" target="_blank">george.colpitts@gmail.com</a>> writes:<br class="gmail_msg">
<br class="gmail_msg">
> Thanks Brandon<br class="gmail_msg">
><br class="gmail_msg">
> After downloading the source tarball and doing a build successfully I<br class="gmail_msg">
> wanted to run the testsuite.<br class="gmail_msg">
><br class="gmail_msg">
You can indeed run the testsuite.<br class="gmail_msg">
<br class="gmail_msg">
However, note that the testsuite is not included in the "-src" tarball<br class="gmail_msg">
to keep the distribution size down. There is a separate "-testsuite"<br class="gmail_msg">
tarball which includes the testsuite/ subtree. This can be extracted<br class="gmail_msg">
into the parent directory of the source tree. You should find this<br class="gmail_msg">
tarball in the usual place [1].<br class="gmail_msg">
<br class="gmail_msg">
Cheers,<br class="gmail_msg">
<br class="gmail_msg">
- Ben<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
[1] <a href="https://downloads.haskell.org/~ghc/8.2.1-rc1/ghc-8.2.0.20170404-testsuite.tar.xz" rel="noreferrer" class="gmail_msg" target="_blank">https://downloads.haskell.org/~ghc/8.2.1-rc1/ghc-8.2.0.20170404-testsuite.tar.xz</a><br class="gmail_msg">
</blockquote></div></div></div>