IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  EventServer consuming all Memory

    Posted 02/28/05 12:11 PM

    Originally posted by: SystemAdmin


    Hi All,

    I am just having problem with my EventServer,
    I have a map that takes data thats not 512 Bytes in Length and Pads them
    to 512 Bytes in length.

    This map has it's workspace set as FILE and the Page Size is 64 and Page Count is 4.

    So basically when a bunch of files come to the EventServer it consumes all the Memory and does not release that memory forever.
    (It's just my guess that Pad map is causing this)

    Do you think that it might have something to do with my Workspace being set as FILE. Does setting this a MEMORY will help consuming less memory and make the map run faster.

    Is their a Optimum Page Size and Page Count that we should use in general.

    Any help is greatly appreciated .

    Thanks,
    Sai.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: EventServer consuming all Memory

    Posted 02/28/05 02:46 PM

    Originally posted by: SystemAdmin


    Sai,

    An earlier post indicated that there is a memory leak issue with eventserver. Ask Ascential Support for the memory leak patch.

    Regards,
    Curt
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: EventServer consuming all Memory

    Posted 03/01/05 07:56 PM

    Originally posted by: SystemAdmin


    Sai,

    I would like to suggest to do changes in the Map setting. I think you have to change the page count as 8 and Set the audit setting as Memory, which helps to run the map faster and even you can avoid the Eventserver Issue.

    Thanks,
    Pranab.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 4.  Re: EventServer consuming all Memory

    Posted 03/07/05 11:41 AM

    Originally posted by: SystemAdmin


    I have the default setting currently in the map 64/8.
    I changed it to 1024/512 and now it works much better than it used to before.

    I do not have any audit or trace turned on.

    I left Workspace as FILE.( I read for LargeFiles it's better to leave it as FILE instead of Memory)

    Any thoughts on this.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender