You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an issue with sysbench 1.1.0 where the configuration parameters specified in the configuration file using the --config-file option are not taking effect. I have specified the following configuration files:
I am running sysbench using the following commands: sysbench --config-file=testconfig.cfg /usr/local/share/sysbench/oltp_read_write.lua prepare
or sysbench --config-file=config.cfg memory run
I have confirmed that the path to the configuration file is correct. However, none of these configuration parameters seem to be taking effect when I run sysbench using the --config-file option. On the other hand, if I specify the same parameters directly on the command line, they work as expected.
Does anyone know what could be causing this issue?
The text was updated successfully, but these errors were encountered:
I have encountered an issue with sysbench 1.1.0 where the configuration parameters specified in the configuration file using the --config-file option are not taking effect. I have specified the following configuration files:
or
I am running sysbench using the following commands:
sysbench --config-file=testconfig.cfg /usr/local/share/sysbench/oltp_read_write.lua prepare
or
sysbench --config-file=config.cfg memory run
I have confirmed that the path to the configuration file is correct. However, none of these configuration parameters seem to be taking effect when I run sysbench using the --config-file option. On the other hand, if I specify the same parameters directly on the command line, they work as expected.
Does anyone know what could be causing this issue?
The text was updated successfully, but these errors were encountered: