-
Notifications
You must be signed in to change notification settings - Fork 38
pg_wait_sampling_get_profile() invalid memory alloc request #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello! Can you please provide uptime of your server, even an approximaton will do. We suspect that you have a LOT of data in your profile and might have to reset it using pg_wait_sampling_reset_profile() function |
Sure, it runs for quite a while: `
|
Thanks a lot, the call of |
@aleszeleny, I've recieved additional hints for your situation It seems that you could be using POWA. In their docs it is said to set pg_wait_sampling.profile_pid to false. Please check if that is the case. If pg_wait_sampling.profile_pid is now set to true but you are sure that you have set it to false as recomended, we advise you to upgrade from pg_wait_sampling 1.1.6 to pg_wait_sampling 1.1.8 where we have fixed a problem of GUC values resetting to default values (was also found thanks to POWA). You can read about this issue in #85 and #86 |
Thanks for the update! Yes, we are using POWA. |
One of several Db server instances returns the following error:
Instance and extension information:
OS seem to have enough RAM available:
All the packages were installed from RPMs (AlmaLinux9):
Is there something more I can provide (set some logging settings) to provide more details to diagnose the issue?
Kind regards Ales
The text was updated successfully, but these errors were encountered: