Tips or Tricks needed for improving performance of Mid-Tier 7.0/6.3

2006-10-03 Thread Rob Backstrom
** We are running ITSM 7.0completely patched on an ARS (7.0), Mid-Tier (7.0),Database(SQL 2000)all on separate servers. I am looking for any suggestions on improving the performance of the Mid-Tier? Mid Tier server specs are: 2 x 3.4 GHz Zeon processors 4 GB RAM Thanks, RobBe one of the first

Re: Tips or Tricks needed for improving performance of Mid-Tier 7.0/6.3

2006-10-03 Thread Jarl Grøneng
Hi, Here is some tips. Reduce number of active links. Remove unnessary permissions on active links Remove hidden fields from the web view. Replace actiive links with filters where possible Increase memory allocated to servlet engine Do not click the flush cahce button in mid-tier configuration,

Re: Tips or Tricks needed for improving performance of Mid-Tier 7.0/6.3

2006-10-03 Thread Chris Rom
Rob, just wondering ... do you have serious performance issues with this configuration ? What is the mid-tier configuration ? IIS/Apache/Tomcat/ServletExec/etc. How many concurrent users do you have on mid-tier (peak and average) ? Rgds, Chris

Re: Tips or Tricks needed for improving performance of Mid-Tier 7.0/6.3

2006-10-03 Thread Luke, Brian
** For whatever J2EE app server your using, set the JVM initialization parameters to use an appropriate amount of memory: -Xms256m -Xmx1024m specifies a minimum of 256 MB and a maximum of 1GB (Which is about the max 32-bit Java can handle from what I understand) For new atlanta servlet