Build drools-eclipse with maven 3.1
by solo95
Hi,
I've tried to build drools-eclipse 6.1.0-SNAPSHOT and the tycho seems to
fail - I saw it was the 0.16.0 and I've changed it to 0.19.0 since changes
in maven makes it neccesary to use tycho 0.18.0 or later in order to work.
Is it possible to change the drools-eclipse/pom.xml line to a later version
of tycho?
(I did not find any report issiue at github site so I've posted it here...)
<version.org.eclipse.tycho>0.19.0</version.org.eclipse.tycho>
Cheers,
Mario
--
View this message in context: http://drools.46999.n3.nabble.com/Build-drools-eclipse-with-maven-3-1-tp4...
Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com.
10 years, 6 months
Possible memory leak in Drools 6.0.1
by kellyajp
We have upgraded from Drools 5 -> Drools 6.01 and when repeating the
processing in each environment we have very different object counts that is
causing memory to run out on Drools 6:
Below is an extract from a heap dump
In Drools 6 the main objects in the heap are
1: 4378006 700480960 org.drools.core.reteoo.RightTuple
Where as in Drools 5 there are way less objects
92: 19022 1826112 org.drools.reteoo.RightTuple
Has anyone else had any experience of this issue?
Thanks
--
View this message in context: http://drools.46999.n3.nabble.com/Possible-memory-leak-in-Drools-6-0-1-tp...
Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com.
10 years, 7 months
Deploy doc pull
by Joe White
Mike,
I created the pull request that added a little detail on where the Workbench will attempt to deploy an asset. Ended up putting it in the Build and Deploy section of the Workbench documentation.
https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/65
XMLMind did some automated changes to the xml. If those are a problem let me know and I'll re-do the pull with more targeted changes.
Thanks
Joe
10 years, 7 months