LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Purging Temp Files

    Employee
    Posted 06-16-2010 08:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: michaelslowey

    Hi,

    I am running the same graph from an Execute BRX Node a number of times as it uses a lot of tempspace and I want to thread it. Is there away of setting the graph i am running to treat the temp files "aggressively" at the graph level rather than setting it at Preference/Execution level so that it clears down after each run?

    Cheers
    Mick


  • 2.  RE: Purging Temp Files

    Employee
    Posted 06-17-2010 12:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rboccuzzi

    Mick, I am not sure what you mean. Are you asking to set the aggressive parameter for some graphs being run by a single instance of ExecuteBRX but not others? Or to change the behavior of aggressive, because it is not doing what you want?

    What is the behavior you desire? Can you please be a little more specific in your needs, maybe talk through an example, and maybe why the current way you are setting aggressive clean-up (if at all) isn't working for you...

    Cheers
    Rich


  • 3.  RE: Purging Temp Files

    Employee
    Posted 06-18-2010 04:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: michaelslowey

    Hi Rich,

    For the moment I am going to concentrate on running one instance of a graph on the server.

    Since it uses a shed load of CDRs (127m) and our server hasn't got enough disk space I need this one graph to be aggressive. Is that a function I can set in BRE (ie set the Execution preference to Aggressive, save the graph and deploy it to the server) and have that graph run on the server being aggressive (BUT no other graph being aggressive) or is it a function of the Server, so if i set it to be aggressive ALL graphs running on the server be aggressive?

    Cheers
    Mick


  • 4.  RE: Purging Temp Files

    Employee
    Posted 06-21-2010 14:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    You can override any of the Brain parameters by adding properly named columns to the input of the ExecuteBRX

    example:
    emit "true" as "ls.brain.controller.brdCleanup"
    or in your clase,
    emit "streaming" as "ls.brain.controller.scheduler"