Are you persisting any of your own objects from working memory? If so, try using Externalizable or Serializable? If you use Externalizable and roll your own persistence you can reduce your file size by quite a bit.
--- On Wed, 1/14/09, Christie, Blair <[email protected]> wrote: > From: Christie, Blair <[email protected]> > Subject: [rules-users] Serialized Files to big 4.07 > To: [email protected] > Date: Wednesday, January 14, 2009, 9:28 AM > We have a large rule based which leads to a large serialized > file. > > As a result we are starting to see issues reading in the > rule base into > our client application. > > Is there a way to reduce the size of the rule base to > reduce the memory > footprint. > > > Cheers, > Blair > > > > > > > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
