This documentation supports the 19.02 version of Remedy Action Request System.

To view the latest version, select the version from the Product version menu.

Best practices for improving the overall Remedy performance to optimum level

As BMC Remedy AR System administrators and security administrators, use the recommendations and configuration checklists described in this section to optimize the performance of AR System and its components.

The recommendations are derived based on testing outcomes. For optimum performance, we recommend that you test all the configuration settings in a testing environment before applying them to the production environment.

Warning

Contact your system administrator before making any configuration change specific to your setup.

Make sure to back up the settings before making changes to the configuration. 

Related topics

Performance tuning for Remedy Open link

Remedy on-premises solution architecture Open link

Troubleshooting Performance Issues with Remedy AR System

Updating the AR Monitor configurations to add or modify Java arguments for plug-in servers

Configuring the mid tier connection pool Open link

Setting the Java heap size Open link

Completing the BMC Remedy AR System upgrade Open link

Environment and sizing considerations

For information about the sizing configurations that are specific to small, medium and large models, see Sizing baselines for the basic deployment model in Remedy on-premises solution architecture Open link  in the Remedy Deployment online documentation.

Back to top

Web proxy or load balancer for Remedy Single Sign-On service

The following network segments are available for web proxy or load balancer for Remedy Single Sign-On service: 

  • From the browser proxy or the actual client (if proxy is not available) to the F5 load balancer.
  • From the F5 load balancer to the Single Sign-On service.

You need not activate the HTTP keep-alive for either of the network segments because the interaction between the browser and the Remedy Single Sign-On service is brief.

For the F5 load balancer, we recommend the round-robin load balancing and no session binding.


Important

  • You must set the client HTTP protocol version for the HTTP monitoring to HTTP 1.1. The return HTTP code for alive is HTTP 200.
  • For performance testing, the granularity of the ping interval was 5 seconds with three consecutive non-HTTP 200 errors, indicating the node is down.

    For deployment, configure
    the ping interval to a lower threshold as required.

Back to top

JVM options for Remedy Single Sign-On

The following table provides information about the Java virtual machine (JVM) options in tomcat/bin/setenv.sh for Remedy Single Sign-On:

Component

Small environment

Medium environment

Large environment

BMC Remedy Single Sign-On

  • One server
  • 2-CPU core
  • 8 GB RAM
  • 200 GB disk space
  • Two servers
  • 2-CPU core
  • 8 GB RAM
  • 200 GB disk space
  • Four servers
  • 2-CPU core
  • 8 GB RAM
  • 200 GB disk space
Java settings:
Java 1.8  (Concurrent Mark Sweep (CMS) Garbage Collector (GC))
  • Xms4096m
  • Xmx4096m


  • Xms8192m
  • Xmx8192m
  • Xms12288m
  • Xmx12288m

Use the following settings on all the three environment sizes:

  • XX:MaxMetaspaceSize=512m
  • XX:+UseCompressedOops
  • XX:+UseConcMarkSweepGC
  • XX:+UseParNewGC
  • XX:NewRatio=2


Java settings:
Java 11 or later
(Using G1GC)




  • Xms4096m
  • Xmx4096m
  • Xms8192m
  • Xmx8192m
  • Xms12288m
  • Xmx12288m

Use the following settings on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication
  • XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200
Tomcat/conf/server.xmlmaxThreads=1600maxThreads=3000maxThreads=3000
Tomcat/conf/logging.propertiesChange all log level from INFO to SEVEREChange all log level from INFO to SEVEREChange all log level from INFO to SEVERE

Back to top

Web proxy or load balancer for Mid Tier

The following network segments are available for Web proxy or load balancer for Mid Tier: 

  • From the client browser proxy to the F5 load balancer.
  • From the F5 load balancer to the Mid Tier Tomcat cluster.

Important

You must turn on the HTTP keep-alive feature for both the network segments.

The following table provides the optional values for the HTTP keep-alive feature supported in Tomcat:

Keep-alive property

Value

Keep-alive count

5,000

Keep-alive timeout60 seconds

For the F5 load balancer, we recommend the round-robin load-balancing scheme with HTTP session persistence, where a cookie is inserted for that session.

To detect whether a node is alive, use HTTP monitoring and issue a GET on the following URL:

 /arsys/shared/images/bkgd_image.gif

Important

  • You must set the client HTTP protocol version for the HTTP monitoring to HTTP 1.1. The return HTTP code for alive is HTTP 200.
  • For performance testing, the granularity of ping interval was 15 seconds with 3 consecutive non-HTTP 200 errors, indicating the node is down.

    For deployment, configure the ping interval to a lower threshold as required.

Back to top

JVM options for Mid Tier

The setting options listed in this section assume that each Tomcat instance in the cluster hosts only the Mid Tier and the Remedy Single Sign-On server agent.

For Windows, use the Configure Tomcat tool and select the Java tab to set the options.

BMC AR Mid Tier server configuration settings

The following table provides information about the JVM Options in tomcat/bin/startup.sh for Mid Tier Tomcat:

Component

Small environment

Medium environment

Large environment

BMC Remedy AR System Mid Tier servers

  • Two servers
  • 2-CPU core
  • 8 GB RAM
  • 120 GB disk space
  • Two servers
  • 4-CPU core
  • 12 GB RAM
  • 120 GB disk space
  • Five servers
  • 4-CPU core
  • 16 GB RAM
  • 120 GB disk space
Java settings:
Java 1.8  (Using CMS GC)


  • Xms4096m
  • Xmx4096m


  • Xms8192m
  • Xmx8192m
  • Xms12288m
  • Xmx12288m

Use the following settings on all the three environment sizes:

  • XX:MaxMetaspaceSize=512m
  • XX:+UseCompressedOops
  • XX:+UseConcMarkSweepGC
  • XX:+UseParNewGC
  • XX:NewRatio=2
Java settings:
Java 11 or later
(Using G1GC)
  • Xms4096m
  • Xmx4096m
  • Xms8192m
  • Xmx8192m
  • Xms12288m
  • Xmx12288m

Use the following settings on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication
  • XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200
Tomcat/conf/server.xml (connector
configuration)
  • acceptCount=250
  • connectionTimeout=60000
  • maxKeepAliveRequests=5000
  • maxThreads=1200
  • minSpareThreads=50
  • acceptCount=250
  • connectionTimeout=60000
  • maxKeepAliveRequests=5000
  • maxThreads=2000
  • minSpareThreads=50
  • acceptCount=250
  • connectionTimeout=60000
  • maxKeepAliveRequests=5000
  • maxThreads=2000
  • minSpareThreads=50
Tomcat/conf/logging.propertiesChange all log levels from INFO and FINE to SEVEREChange all log levels from INFO and FINE to SEVEREChange all log levels from INFO and FINE to SEVERE

MID TIER/WEB-INF/classes/config.properties

You can change the settings in the Connection settings section on the config.jsp page.

  • arsystem.pooling_max_connections_per_server=150
  • arsystem.log_category=INTERNAL
  • arsystem.use_loadbalanceinterval=true
  • arsystem.use_loadbalanceinterval_limit=15 
  • arsystem.pooling_max_connections_per_server=350
  • arsystem.log_category=INTERNAL
  • arsystem.use_loadbalanceinterval=true
  • arsystem.use_loadbalanceinterval_limit=15 
  • arsystem.pooling_max_connections_per_server=350
  • arsystem.log_category=INTERNAL
  • arsystem.use_loadbalanceinterval=true
  • arsystem.use_loadbalanceinterval_limit=15 

JVM Options in tomcat/bin/startup.sh for the Mid Tier + Remedy Single Sign-On server Tomcat

The settings listed in this section assume that each Tomcat instance in the cluster hosts both the Mid Tier (with the Remedy Single Sign-On server agent) and the Remedy Single Sign-On server web app.

All settings mentioned in BMC AR Mid Tier server configuration settings are applicable except for the following row:

Component

Small environment

Medium environment

Large environment
Tomcat/conf/server.xml (connector
configuration)
maxThreads=1600maxThreads=3000maxThreads=3000

Back to top

Plug-in servers configuration

This topic provides the recommendations for the plug-in server configuration.

Important

Plug-in servers can run with the default Garbage Collector (GC) settings unless they act primarily as servers and are configured for >= 4 GB heap. 

The FTS plug-in server requires requires additional GC settings as listed in the following table:

Filename

Change to

<ar install dir>/pluginsvr/pluginsvr_config.xml

Add or alter the file to include:

<numCoreThreads>30</numCoreThreads>
<atrium core install dir>/cmdb/plugins/shared/pluginsvr_config.xml

Add or alter the file to include:

<numCoreThreads>10</numCoreThreads>
AR Dir/pluginsvr/fts/secondary/pluginsvr_config.xml

Plug-in server configuration settings

The following table lists the plug-in server configuration settings for the different environments:

Plug-in server settingsSmall environmentMedium environmentLarge environment
Number of Users

800

 2,0005,000
Plug-in Server Heap Size4 GB6 GB10 GB
numCoreThreads**101216

Garbage Collector (GC) settings

We recommend using the following GC parameters with the plug-in server and FTS when using Java version 1.8:

  • XX:+DisableExplicitGC
  • XX:+UseParNewGC
  • XX:+UseConcMarkSweepGC
  • XX:NewRatio=2
  • XX:+UseCompressedOops

For Java version 11 or later, use the following GC parameters:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication
  • ​​​XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200

For more information about configuring Java plug-in server options, see Updating the AR Monitor configurations to add or modify Java arguments for plug-in servers.

Back to top

Database server configuration settings

Use these recommendations for the database server settings. All recommendations made in this section are based on testing outcomes and customer feedback. Certain values might vary based on specific environments.

Consult your Database Administrator (DBA) before making changes to your database environment. Whenever possible, we recommend that you test the settings before applying them to production.  

For more information about database server configuration settings, see Setting plugin server configuration options.

The following table lists the database server configuration settings:

Component

Small environment

Medium environment

Large environment

BMC Remedy AR Database server

  • 8-CPU core
  • 16 GB RAM
  • 200 GB disk space
    (10 GB used by Remedy Single Sign-On server)
  • 16-CPU core
  • 32 GB RAM
  • 200 GB disk space
    (10 GB used by Remedy Single Sign-On server)
  • 32-CPU core
  • 64 GB RAM
  • 200 GB disk space
    (10 GB used by Remedy Single Sign-On server)
Oracle database
memory_target (>11g)81632
sga_target (10g)51020
Db_cache_size3715
Shared_pool_size235
Pga_aggregate_target3612
Cursor_sharingEXACTEXACTEXACT
_b_tree_bitmap_plansFalseFalseFalse
SQL server database
ParameterizationSimpleSimpleSimple
READ_COMMITTED_SNAPSHOTOnOnOn
Max Degrees of Parallelism1 to 81 to 81 to 8
Cost Threshold for Parallelism505050
PostgreSQL database
max_connections200300700
shared_buffers4 GB8 GB16 GB
effective_cache_size12 GB24 GB48 GB
maintenance_work_mem1 GB2 GB2 GB
checkpoint_completion_target0.90.90.9
wal_buffers16 MB16 MB16 MB
default_statistics_target100100100
random_page_cost1.11.11.1
effective_io_concurrency200200200
work_mem5242 kB6990 kB5991 kB
min_wal_size2 GB2 GB2 GB
max_wal_size8 GB8 GB8 GB
max_worker_processes81632
max_parallel_workers_per_gather444
max_parallel_workers81632

Important

If you choose to work with PostgreSQL (pgSQL) databases, have your DBA schedule and configure the auto-vacuum feature based on your business needs and usage patterns. After performing an upgrade, we recommend running a VACUUM FULL ANALYZE command from pgAdmin for every AR System database. Keeping pgSQL vacuumed is required to reclaim unused disk space and keep your statistics up to date. To learn more about the vacuum feature, see Routine Vacuuming Open link in the PostgreSQL documentation.

Back to top

Dedicated AR System server for Smart Reporting

We recommend setting up a dedicated AR Server for high-volume reporting environments to connect to the Smart Reporting server.

You can first set up this server similar to a small-size, user-facing server, and then adjust memory and CPU based on Report and Data volume.

Tomcat/conf/server.xml for smart reporting

The following table provides AR System sever recommendations for Smart Reporting:

Component

Small environment

Medium environment

Large environment

BMC Remedy Smart Reporting Server

  • One server
  • 4-CPU core
  • 12 GB RAM
  • 200 GB disk space
  • Two servers
  • 4-CPU core
  • 16 GB RAM
  • 200 GB disk space
  • Two servers
  • 8-CPU core
  • 32 GB RAM
  • 200 GB disk space
Concurrent users supported50100250
Java settings (arserver.config): 
Java 1.8  
(Using CMS GC)
  • Xms6144m
  • Xmx6144m
  • Xms8192m
  • Xmx8192m
  • Xms16384m
  • Xmx16384m

Use the following on all the three environment sizes:

  • XX:MaxMetaspaceSize=512m
  • XX:+UseCompressedOops
  • XX:+UseConcMarkSweepGC
  • XX:+UseParNewGC
  • XX:NewRatio=2
Java settings (arserver.config):
Java11 or later 
(Using G1GC)


  • Xms6144m
  • Xmx6144m
  • Xms8192m
  • Xmx8192m
  • Xms16384m
  • Xmx16384m

Use the following on all the three environment sizes

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication​​​​
  • XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200
maxThreads60012002400
connectionTimeout900009000090000
maxHttpHeaderSize819281928192
compressionONONON
compressionMinSize204820482048
compressibleMimeTypetext/html,text/xml,text/plain,
text/css*,
text/javascript*, text/json*,
application/x-javascript*,
application/javascript*,
application/json*
text/html,text/xml,text/plain,
text/css*,
text/javascript*, text/json*,
application/x-javascript*,
application/javascript*,
application/json*
text/html,text/xml,text/plain,
text/css*,text/javascript*, text/json*,
application/x-javascript*,
application/javascript*,
application/json*
noCompressionUserAgentsgozilla, traviatagozilla, traviatagozilla, traviata
disableUploadTimeoutTrueTrueTrue
enableLookupsFalseFalseFalse
minSpareThreads252525
* SP4 and above only.

Connection pool

Log on to Remedy home page and navigate to Smart Reporting home page > Administration > Admin Console > Data Sources > AR System.

The following table lists the connection pool settings:

Small environment

Medium environment

Large environment

Min Connections - 50

Min Connections - 50

Min Connections - 50
Max Connections - 100Max Connections - 200Max Connections - 300

Refresh Time - 3 hours

Refresh Time - 3 hours

Refresh Time - 3 hours

Timeout - 6400 secondsTimeout - 6400 secondsTimeout - 6400 seconds

WEB-INF settings

Access the web.xml file in <Smart-Reporting-Dir>/BMCReporting/SmartReporting/appserver/webapps/ROOT/WEB-INF/.

The following table lists the WEB-INF settings:

Small environment

Medium environment

Large environment

JDBCMinCount 50

JDBCMinCount 50

JDBCMinCount 50
JDBCMaxCount 100JDBCMaxCount 200JDBCMaxCount 300

JDBCTimeout  1800

JDBCTimeout  1800

JDBCTimeout  1800

Smart IT

The following table lists the Smart IT configuration settings:

Component 

Small environment

Medium environment

Large environment
BMC Remedy Smart IT

One server
4-CPU core
12 GB RAM
200 GB disk space

Two servers
4-CPU core
16 GB RAM
200 GB disk space

Three servers
8-CPU core
16 GB RAM
200 GB disk space
Java settings (arserver.config): 
Java 1.8
(Using CMS GC)
  • Xms6144m
  • Xmx6144m
  • Xms8192m
  • Xmx8192m
  • Xms8192m
  • Xmx8192m

Use the following on all the three environment sizes:

  • XX:MaxMetaspaceSize=512m
  • XX:+UseCompressedOops
  • XX:+UseConcMarkSweepGC
  • XX:+UseParNewGC
  • XX:NewRatio=2
Java settings (arserver.config):
Java 11 or later
(Using G1GC)


  • Xms6144m
  • Xmx6144m
  • Xms8192m
  • Xmx8192m
  • Xms8192m
  • Xmx8192m

Use the following on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication​​​​
  • XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200
ulimit (Linux only)ulimit -n 21000ulimit -n 21000ulimit -n 21000
Tomcat/conf/server.xmlacceptCount= 250
connectionTimeout= 60000
maxKeepAliveRequests= 5000
maxThreads= 1200
minSpareThreads= 50
acceptCount= 250
connectionTimeout= 60000
maxKeepAliveRequests= 5000
maxThreads= 2000
minSpareThreads =50
acceptCount= 250
connectionTimeout= 60000
maxKeepAliveRequests= 5000
maxThreads= 2000
minSpareThreads= 50

Back to top

BMC Remedy AR System Server configuration settings

The following tables provide details about the BMC Remedy AR System server configuration settings for user-facing, backend integration, and common features:

BMC Remedy AR System Server user-facing configuration settings 

The following table lists the user-facing configuration settings for BMC Remedy AR System server:

Component

Small environment

Medium environment

Large environment

BMC Remedy AR System servers

  • Two servers
  • 2-CPU core
  • 12 GB RAM
  • 120 GB disk space
  • Two servers
  • 4-CPU core
  • 16 GB RAM
  • 120 GB disk space
  • Three servers
  • 8-CPU core
  • 32 GB RAM
  • 120 GB disk space
Java settings (arserver.config): 
Java 1.8  (Using CMS GC)


  • jvm.minimum.heap.size=6442450944
  • jvm.maximum.heap.size=6442450944


  • jvm.minimum.heap.size=8589934592
  • jvm.maximum.heap.size=8589934592
  • jvm.minimum.heap.size=21474836480
  • jvm.maximum.heap.size=21474836480

Use the following on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseConcMarkSweepGC
  • XX:+UseParNewGC
  • XX:NewRatio=2
Java settings (arserver.config):
Java 11 or later (Using G1GC)
  • jvm.minimum.heap.size=6442450944
  • jvm.maximum.heap.size=6442450944
  • jvm.minimum.heap.size=8589934592
  • jvm.maximum.heap.size=8589934592
  • jvm.minimum.heap.size=21474836480
  • jvm.maximum.heap.size=21474836480

Use the following settings on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication
  • XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200
Fast queue

Private-RPC-Socket:  390620   4   6

Private-RPC-Socket:  390620   8  12

Private-RPC-Socket:  390620   16  24

Loop back or private socket queuePrivate-RPC-Socket:  390626   5   5Private-RPC-Socket:  390626   5   7Private-RPC-Socket:  390626   5  9
List queuePrivate-RPC-Socket:  390635   6  10Private-RPC-Socket:  390635   12 20Private-RPC-Socket:  390635   24  40

BMC Remedy AR System Server backend integration configuration settings 

Component

Small Environment

Medium Environment

Large Environment

BMC Remedy AR System servers

  • Two servers
  • 4-CPU core
  • 12 GB RAM
    (24 GB RAM for FTS Indexer servers)
  • 120 GB disk space
  • Two servers
  • 4-CPU core
  • 16 GB RAM
    (32 GB RAM for FTS Indexer servers)
  • 120 GB disk space
  • Two to four servers
  • 8-CPU core
  • 32 GB RAM
    (64 GB RAM for FTS Indexer servers)
  • 120 GB disk space
Java settings (arserver.config): 
Java 1.8  (Using CMS GC)


  • jvm.minimum.heap.size=6442450944
  • jvm.maximum.heap.size=6442450944
    (10737418240 for FTS Indexer servers


  • jvm.minimum.heap.size=8589934592
  • jvm.maximum.heap.size=8589934592
    (15032385536 for FTS Indexer servers)
  • jvm.minimum.heap.size=21474836480
  • jvm.maximum.heap.size=21474836480
    (34359738368 for FTS Indexer servers)

Use the following settings on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseConcMarkSweepGC
  • XX:+UseParNewGC
  • XX:NewRatio=2
Java settings (arserver.config):
Java 11 or later (Using G1GC)
  • jvm.minimum.heap.size=6442450944
  • jvm.maximum.heap.size=6442450944
    (10737418240 for FTS Indexer servers)
  • jvm.minimum.heap.size=8589934592
  • jvm.maximum.heap.size=8589934592
    (15032385536 for FTS Indexer servers)
  • jvm.minimum.heap.size=21474836480
  • jvm.maximum.heap.size=21474836480
    (34359738368 for FTS Indexer servers)

Use the following settings on all the three environment sizes:

  • XX:+DisableExplicitGC
  • XX:MaxMetaspaceSize=512m
  • XX:MetaspaceSize=384m
  • XX:+UseCompressedOops
  • XX:+UseG1GC
  • XX:+UseStringDeduplication
  • XX:G1NewSizePercent=40
  • XX:+UnlockExperimentalVMOptions
  • XX:MaxGCPauseMillis=200
FTS queue (FTS Indexer servers)

Private-RPC-Socket: 390602   3 3

Private-RPC-Socket: 390602   5 5

Private-RPC-Socket: 390602   7 7

Reconciliation queuePrivate-RPC-Socket:  390698   2 4Private-RPC-Socket:  390698   2 4Private-RPC-Socket:  390698   2 8
CMDB RPC Normalization queuePrivate-RPC-Socket:  390699   2 4Private-RPC-Socket:  390699   2 4Private-RPC-Socket:  390699   2 8
AR RPC Normalization queuePrivate-RPC-Socket:  390681   2 2Private-RPC-Socket:  390681   2 2Private-RPC-Socket:  390681   2 2
List queuePrivate-RPC-Socket:  390635   12 20Private-RPC-Socket:  390635   12  20Private-RPC-Socket:  390635   24  40
Fast queuePrivate-RPC-Socket:  390620   8 12Private-RPC-Socket:  390620   8  12*Private-RPC-Socket:  390620   16   24
Loop back or private socket queuePrivate-RPC-Socket:  390626   5  5Private-RPC-Socket:  390626   5  7*Private-RPC-Socket:  390626   5  9
CMDB-Inline-Normalization: TCMDB-Inline-Normalization: TCMDB-Inline-Normalization: T
Alert queuePrivate-RPC-Socket:  390601   1  1Private-RPC-Socket:  390601   1   1Private-RPC-Socket:  390601   1  1
Escalation queuePrivate-RPC-Socket:  390603   3  3Private-RPC-Socket:  390603   6   6Private-RPC-Socket:  390603   9  9
ApprovalPrivate-RPC-Socket:  390680   2  2Private-RPC-Socket:  390680   3  3Private-RPC-Socket:  390680   4  4
Plugin-ARDBC-Threads: 4    12Plugin-ARDBC-Threads: 4    12Plugin-ARDBC-Threads: 4    12
Plugin-AREA-Threads: 4    12Plugin-AREA-Threads: 4    12Plugin-AREA-Threads: 4    12
Plugin-Filter-API-Threads: 4    12Plugin-Filter-API-Threads: 4    12Plugin-Filter-API-Threads: 4    12

* Denotes new default value in 9.1 SP2. If this value is not set, the new default is used.

** The number of backend servers may vary by customer needs. Customers with higher backend server requirements may consider using four or more servers. For information about assigning operations to servers, see article 000142769 Open link .

Important

We recommend that you start with fast threads set to a minimum of 2 times and a maximum of 3 times the number of CPU cores and list threads set to a minimum of 3 times and a maximum of 5 times the number of CPU cores.

BMC Remedy AR System Server common configuration settings for user-facing and backend integration features

The following table lists the common configuration settings for user-facing and backend integration features:

Small/Medium/Large environment

Value

Max-Entries-Per-Query

2000*

Next-ID-Block-Size100
Server-side-table-chunk-size1000
Allow unqual queriesF*
Cache mode0*
Submitter mode1*
Authentication chaining mode1*
Server plugin default timeout120*
External authentication return data capabilities31*
RE RPC socket390698
Debug mode131120  
Max log history8
Max log file size134217728
Plugin log level1000
Version-control object modification log mode10
Version-control object modification log save definition files0

* Denotes new default value in 9.1 SP2. If this value is not set, the new default is used.

Back to top

Was this page helpful? Yes No Submitting... Thank you

Comments