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
Hi,
I am running sysbench tpc-c 1.0.20 on PostgreSQL 14.
During the "prepare" I get the following error:
segmentation fault (core dumped) ubuntu
On "Ubuntu 20.04.3 LTS" and "Ubuntu 18.04.6 LTS" I have the same issue.
In the syslog have:
labxxxx kernel: [12728.541831] sysbench[32695]: segfault at 0 ip 00007f762213f461 sp 00007f761c0eb918 error 4 in libc-2.27.so[7f7621fb1000+1e7000]
The workaround was to limit PostgreSQL buffer pool memory from 300GB to 20GB, but this is not a realistic setting. Since I have 512GB of RAM.
The text was updated successfully, but these errors were encountered:
Hi,
I am running sysbench tpc-c 1.0.20 on PostgreSQL 14.
During the "prepare" I get the following error:
segmentation fault (core dumped) ubuntu
On "Ubuntu 20.04.3 LTS" and "Ubuntu 18.04.6 LTS" I have the same issue.
In the syslog have:
labxxxx kernel: [12728.541831] sysbench[32695]: segfault at 0 ip 00007f762213f461 sp 00007f761c0eb918 error 4 in libc-2.27.so[7f7621fb1000+1e7000]
The workaround was to limit PostgreSQL buffer pool memory from 300GB to 20GB, but this is not a realistic setting. Since I have 512GB of RAM.
The text was updated successfully, but these errors were encountered: