-
Notifications
You must be signed in to change notification settings - Fork 3
Changes in Configuration Files
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.
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
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
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