結構メモリを使うのでLinuxの1GB程度のマシンだと厳しい。
root grails-app
grails> create-domain-class book | Created grails-app/domain/sample/Book.groovy | Created src/test/groovy/sample/BookSpec.groov grails> generate-all sample.Book | Rendered template Spec.groovy to destination src\test\groovy\sample\BookControllerSpec.groovy | Rendered template edit.gsp to destination grails-app\views\book\edit.gsp | Rendered template create.gsp to destination grails-app\views\book\create.gsp | Rendered template index.gsp to destination grails-app\views\book\index.gsp | Rendered template show.gsp to destination grails-app\views\book\show.gsp | Scaffolding completed for grails-app\domain\sample\Book.groovy