Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public static void load() {
  2. ...
  3. Runtime.getRuntime().load0(groovy.lang.GroovyClassLoader.class, path)
  4. }
  5.  
  6. grails.project.fork = [
  7. test: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false] // false
  8. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement