ONLY PYTHON-SDK SHOWS ONLY-INCREASING-MEMORY-CURVE WHEN USING "with connection_pool.session_context(username, password) as session" EXECUTE #183
Labels
type/question
Type: question about the product
Hello everyone.
When I use python-sdk for constructiong graph with the official demo says option 2: "with connection_pool.session_context(username, password) as session", It actually seems released dramatically session while sometimes few of session exists as alive.
The most import issuse is the monitor-curve shows my server host get OUT OF MEMORY exception, which leads to the whole service down.
Is there anyone give any hints for this?
The text was updated successfully, but these errors were encountered: