Memory growth observed with C++ application consuming libpq.dll on Windows

2024-08-01 Thread Rajesh Kokkonda
Hi, We are seeing a gradual growth in the memory consumption of our process on Windows. Ours is a C++ application that directly loads libpq.dll and handles the queries and functions. We use setSingleRowMethod to limit the number of rows returned simultaneously to the application. We do not observe

Re: Memory growth observed with C++ application consuming libpq.dll on Windows

2024-08-02 Thread Rajesh Kokkonda
in > > On Thu, Aug 1, 2024 at 4:30 PM Rajesh Kokkonda > wrote: > >> Hi, >> >> We are seeing a gradual growth in the memory consumption of our process >> on Windows. Ours is a C++ application that directly loads libpq.dll and >> handles the queries a

Re: Memory growth observed with C++ application consuming libpq.dll on Windows

2024-08-02 Thread Rajesh Kokkonda
: > > On Fri, Aug 2, 2024 at 1:53 PM Rajesh Kokkonda > wrote: > >> Hi Yasir, >> >> Are you looking for a fully functional sample program or only the APIs >> from libpq library that our product uses? I am asking this because if the >> requirement is to have

Re: Memory growth observed with C++ application consuming libpq.dll on Windows

2024-08-02 Thread Rajesh Kokkonda
on windows and get back to you. I will also try to create a sample and see if I can reproduce the problem. Thanks, Rajesh On Fri, 2 Aug 2024, 21:45 Ranier Vilela, wrote: > Em sex., 2 de ago. de 2024 às 11:54, Rajesh Kokkonda < > rajeshk.kokko...@gmail.com> escreveu: > >>

Re: Memory growth observed with C++ application consuming libpq.dll on Windows

2024-08-06 Thread Rajesh Kokkonda
summary report as valgrind.txt. I am working on generating a trimmed down version of the sample program to share with you. Let me know if you have any questions. Thanks, Rajesh On Fri, Aug 2, 2024 at 10:19 PM Rajesh Kokkonda wrote: > We did run our application under valgrind on Linux. We