Hi,

I trying to run a pipeline using cron block by
entering a cron expression into the sample and keep
getting OutOfMemoryError.  My expressions is: 0 * 9-23
* * ?, i.e. I run it every minute.

It runs out of memory quicker when I use a fairly
complex pipeline, but I was able to get the same error
by using simply:

<map:pipeline type="noncaching">
  <map:match pattern="test">
    <map:generate src="empty.xml"/> <!-- just a single
element -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:transform src="copy.xml"/> <!-- copy all -->
    <map:serialize type="xml"/>
  <map:match>
</map:pipeline>

Any ideas?

Thanks,
-Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to