Re: [rules-users] Building Guvnor from source

2012-05-18 Thread Michael Anstis
Good point. done.

On 18 May 2012 10:31, anchi  wrote:

> Thanks. It works after setting this in run configuration:
> -Xmx1500M -XX:MaxPermSize=512m
>
> There is a note about setting VM arguments in eclipse.ini file (which is
> only used for launching Eclipse). But it doesn't say about setting it in
> run
> configuration. Maybe you might update it with this info.
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Building-Guvnor-from-source-tp3999132p4000581.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Building Guvnor from source

2012-05-18 Thread anchi
Thanks. It works after setting this in run configuration:
-Xmx1500M -XX:MaxPermSize=512m

There is a note about setting VM arguments in eclipse.ini file (which is
only used for launching Eclipse). But it doesn't say about setting it in run
configuration. Maybe you might update it with this info. 

--
View this message in context: 
http://drools.46999.n3.nabble.com/Building-Guvnor-from-source-tp3999132p4000581.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Building Guvnor from source

2012-05-18 Thread Michael Anstis
Personally, I have these set in Eclipse:-

-XX:MaxPermSize=512m -Xms512m -Xmx2048m

Lower values might work (I believe there is something about this in the
droolsjbpm-build-bootstrap\README.md).

With kind regards,

Mike

On 17 May 2012 15:23, anchi  wrote:

> Hi!
>
> I'm trying to build Guvnor from source. I have followed instructions listed
> here:
>
> https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md
>
> I am able to start the application. After clicking on URL in Development
> Mode tab, Guvnor app starts to load but after a few seconds becomes
> unresponsive and I get an OutOfMemoryException:
>  [org.drools.guvnor.Guvnor] Out of memory; to increase the amount of
> memory,
> use the -Xmx flag at startup (java -Xmx128M ...)
>
> I have increased VM memory, however, no matter how much memory I give, it
> always throws this exception.
>
> I get this output in the console:
> WARN  17-05 16:14:26,525
> (RulesRepositoryManager.java:createRulesRepository:65)   Creating
> RulesRepository with default username.
> INFO  17-05 16:14:26,530 (RulesRepositoryConfigurator.java:getInstance:46)
> Creating an instance of the RulesRepositoryConfigurator.
> WARN  17-05 16:14:30,598
> (RulesRepositoryManager.java:createRulesRepository:65)   Creating
> RulesRepository with default username.
> WARN  17-05 16:14:31,764
> (RulesRepositoryManager.java:createRulesRepository:65)   Creating
> RulesRepository with default username.
>
> Any suggestions?
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Building-Guvnor-from-source-tp3999132.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Building Guvnor from source

2012-05-17 Thread anchi
Hi!

I'm trying to build Guvnor from source. I have followed instructions listed
here:
https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md

I am able to start the application. After clicking on URL in Development
Mode tab, Guvnor app starts to load but after a few seconds becomes
unresponsive and I get an OutOfMemoryException:
 [org.drools.guvnor.Guvnor] Out of memory; to increase the amount of memory,
use the -Xmx flag at startup (java -Xmx128M ...)

I have increased VM memory, however, no matter how much memory I give, it
always throws this exception.

I get this output in the console:
WARN  17-05 16:14:26,525
(RulesRepositoryManager.java:createRulesRepository:65)   Creating
RulesRepository with default username.
INFO  17-05 16:14:26,530 (RulesRepositoryConfigurator.java:getInstance:46)  
Creating an instance of the RulesRepositoryConfigurator.
WARN  17-05 16:14:30,598
(RulesRepositoryManager.java:createRulesRepository:65)   Creating
RulesRepository with default username.
WARN  17-05 16:14:31,764
(RulesRepositoryManager.java:createRulesRepository:65)   Creating
RulesRepository with default username.

Any suggestions?

--
View this message in context: 
http://drools.46999.n3.nabble.com/Building-Guvnor-from-source-tp3999132.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users