Icinga / Icinga/ipl-orm

Potential Memory Leak

Open
#134 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
1
Forks
1
Avg merge
1h 26m
Merged PRs (30d)
1

Description

A query that is repeatedly executed, and not re-constructed before every execution, seems to cause a memory buildup that ultimately leads to memory exhaustion after some time.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with one query object executed repeatedly without reconstruction, while monitoring memory until exhaustion. Compare this with reconstructing the query before each execution and trace which query-related state remains retained. Done means repeated execution no longer causes unbounded memory growth.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.