-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not build
amazonka-ec2
in parallel (and skip haddock).
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ac60194
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linked issue is closed, if this is still actually an issue it should be reopened.
ac60194
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I don't see this as a "real" issue - the compilation takes around 6 GB RAM (which could be considered to be much or not); and there are already follow-up issues like - brendanhay/amazonka#717 - in place - so no need to just add another issue (also the original issue is quite old and wasn't really solved). So to keep it short, I think it is good enough to avoid parallel building and skip haddock (which also uses lot of memory) for this module - as it is for sure an improvement to the situation before where the package was just disabled. Also the related and still open GHC issue tells that originally the compilation needs more than 10 GB (so things improved). So for me this commit had more an optimization character (to save memory and maybe also time) and the mentioning of the closes issue was intended to act as a reference. But you are right, this is misunderstandable - so I will replace the comment. If you think it is worth to analyze the memory issue in more detail - the consumption should be easy to reproduce locally.
ac60194
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All right, thanks for the reply! Happy to hear that it really did improve.