Message-ID: From: "batman007db (@batman007db)" To: "pgjdbc/pgjdbc" Date: Thu, 01 Jan 2026 07:40:43 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3902: createBlob() not closing LargeObject. In-Reply-To: References: List-Id: X-GitHub-Author-Login: batman007db X-GitHub-Comment-Id: 3703375593 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3902 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3902#issuecomment-3703375593 Content-Type: text/plain; charset=utf-8 Cool. but when i tried java profiling in jconsole, the direct memory increases by a specific amount when ```setBlob()``` was called and then that memory wasnt getting released. Is there anything that I am missing? like after how long is the direct memory released or something else?. If needed i can provided the jconsole's direct memory graph usage from my application.