Skip to content

Changes in Configuration Files

abcabhishek edited this page Jul 1, 2017 · 1 revision

Changes Made to Configuration Files

MySQL Configuration

Changes to the InnoDB Engine

Open MariaDB's my.cnf file using you favourite text editor

Path to File: /home/ubuntu/etc/mysql/my.cnf

Changes should be made to the following parameters:

innodb_buffer_pool_size
innodb_log_file_size
innodb_buffer_pool_instances
max_connections
innodb_spin_wait_delay

Also, the following row needs to be uncommented
(Note that this step is essential to run RocksDB)

binlog_format=ROW

Add the following line before skip-external-locking

plugin-load-add=ha_rocksdb.so

This is done so that the MySQLServer is able to read the RocksDB plugin.


Changes to JMeter

Changes to the jmeter.properties file

Open the jmeter.properties file using you favourite text editor

Path to File: /home/ubuntu/apache-jmeter-3.2/bin

The following lines should be appended to the end of the file:

CookieManager.delete_null_cookies=false
CookieManager.save.cookies=true
jmeter.save.saveservice.url=true
jmeter.save.saveservice.requestHeaders=true

Changes to the user.properties file

Open the user.properties file using you favourite text editor

Path to File: /home/ubuntu/apache-jmeter-3.2/bin

The follow lines should be appended to the end of the files:

httpclient4.retrycount=1
hc.parameters.file=hc.parameters

Changes to the hc.parameters file

Open the user.properties file using you favourite text editor

Path to File: /home/ubuntu/apache-jmeter-3.2/bin

The follow lines should be appended to the end of the files:

http.connection.stalecheck$Boolean=true