sysbench icon indicating copy to clipboard operation
sysbench copied to clipboard

segementation faults when preparing data

Open shaoxiqian opened this issue 2 years ago • 0 comments

centos7 ec2: aws m5.4xlarge build the sysbench with pgsql db-driver=pgsql

command: sysbench oltp_point_select --db-driver=pgsql --report-interval=10 --table-size=10000000 --tables=32 --pgsql-host=xxx --pgsql-port=xxx --pgsql-user=xxx --pgsql-db=xxx --pgsql-sslmode=verify-ca --pgsql-password='xxx' --time=1200 --auto-inc=false --threads=50 prepare error information image and the system will generate a core dump file image

shaoxiqian avatar Sep 06 '23 09:09 shaoxiqian