John Reebel
John Reebel

Reputation: 21

New Grails Install Way Slow

I'm just starting to learn Grails and Groovy. Did a fresh install of Grails 1.3.8 today and it crawls - I must have something in my environment causing a problem. I ran create-app (following a tutorial), then run-app. Both took quite a while but hey, first time thru. Ran run-app again, took almost 5 minutes, apparently int eh compiling phase. Windows 7 machine with 4 GB memory, Intel i5 CPU. Don't know where to start looking, but know this isn't normal.

Upvotes: 2

Views: 125

Answers (2)

Ant's
Ant's

Reputation: 13811

I wonder how it happens for you. I have 2gb ram and I run Ubuntu on pc and it's so fast. First check your memory limits.

And for your question, you can find a good disscussion over here.

Upvotes: 1

Colin Harrington
Colin Harrington

Reputation: 4459

When I've run into this normally I'm out of heap or permGen space. Fire up visualvm and check both of those memory limits. It'll slowdown considerably before crashing if your memory limits are too small

Upvotes: 1

Related Questions