Skip to content

Commit

Permalink
do fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jan 5, 2021
1 parent 1d9dda6 commit 8703df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ grails.project.fork = [
// configure settings for compilation JVM, note that if you alter the Groovy version forked compilation is required
// compile: [maxMemory: 256, minMemory: 64, debug: false, maxPerm: 256, daemon:true],

test : false,
// test : false,
//run : false,
// configure settings for the test-app JVM, uses the daemon by default
//test: [maxMemory: 2048, minMemory: 64, debug: false, maxPerm: 1024, daemon:true],
test: [maxMemory: 2048, minMemory: 64, debug: false, maxPerm: 1024, daemon:true],
// configure settings for the run-app JVM
run : [maxMemory: 2048, minMemory: 64, debug: false, maxPerm: 1024, forkReserve: false],
// configure settings for the run-war JVM
Expand Down

0 comments on commit 8703df3

Please sign in to comment.