Jump to content

Performance tuning is not working - BW 6.3.5


radha bhaskar

Recommended Posts

Hi Experts,

Am trying to set flowlimit and maxjobs for one of the application in bw 6.3.5 .

But it is not working , how many options I try , the application is going to degraded after the appnode is restarting .

below is the format :

my application name is - abc.application

bw.application.job.flowlimit.abc.application=2

bw.application.job.pageThreshold.abc.application=1

 

please correct me if am wrong with the format.

 

Thanks,

Radha

Link to comment
Share on other sites

is it a REST API or JMS Receiver based application

by default, appnode memory is 1GB. you can increase it at this location by doing this:

On Appspace level:

/opt/tibco/bw/6.5/domains/domainname/appspaces/AppSpace1/bwappnode-AppSpace1.tra

uncomment "java.extended.properties" in appnode tra file and increase the max heap size(Xmx to 2048) and restart the appnode

 

# appnode specific setting

#java.extended.properties=-Xmx1024m -Xms128m -XX:+HeapDumpOnOutOfMemoryError

or AppNode level

/opt/tibco/bw/6.5/domains/domainname/appnodes/AppSpace1/AppNode1/bin/bwappnode-AppNode1.tra

uncomment "java.extended.properties" in appnode tra file and increase the max heap size(Xmx to 2048) and restart the appnode # appnode specific setting #java.extended.properties=-Xmx1024m -Xms128m -XX:+HeapDumpOnOutOfMemoryError

Also, you can look at this doc

 

https://docs.tibco.com/pub/activematrix_businessworks/6.5.1/doc/html/GUI...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...