[GRADLE-1300] The 'idea' task for Gradle's build is incredibly slow Created: 10/Jan/11 Updated: 04/Jan/13 Resolved: 27/Feb/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-1 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Peter Niederwieser |
Resolution: | Fixed | Votes: | 2 |
Issue Links: |
|
Comments |
Comment by Peter Niederwieser [ 14/Feb/11 ] |
Observations for the Gradle build itself: gradle idea takes 7 minutes (2.5 minutes after deleting intellij/out) and sometimes runs out of memory even with 1G heap. After removing all @InputFiles annotations in class IdeaModule, gradle idea takes 30 seconds and runs fine with 128M heap. |
Comment by Peter Niederwieser [ 27/Feb/11 ] |
After removing the @InputFiles annotations (which we already did for milestone-1), running the idea task for Gradle's own build is now pretty fast (30-40 seconds). Is there anything else to do before we can close this issue? |