Hi,
I would like to know if for example, I have about 80 domains on my projects, does it means that the 80 domains will be loaded into memory when I run the project or it will be loaded when I need that domain ...
It seems if I have many domains in one project, I have to disable auto compile and increase the perm gen space.
is there any solutions to load just when I need to acces those domain ? not all domain will be used ... sometimes it just small domain that almost never touched by users incase something happens (ie special cases)
I'm using grails 1.1.1 at the moment and have to disable the auto compile for domain or else it will stuck and depleted memory / memory gen space