Skip to content

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 2, 2023

Proposed change

profiler.start_log_object_sources and profiler.stop_log_object_sources provide additional services for hunting memory leaks. These services do more intensive attempts to locate the source of a leak. This new service is designed to find fast leaks of common objects like dict. These services are useful for cases where the less intensive profiler.start_log_object cannot provide useful information when there are 10000+ objects of the same type in memory with the same name as the object that is being leaked.

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

@home-assistant home-assistant bot added in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch next This PR goes into the next branch labels Apr 2, 2023
@home-assistant
Copy link

home-assistant bot commented Apr 2, 2023

It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the current branch. Please change the target branch of this PR to current and rebase if needed. If this is documentation for a new feature, please add a link to that PR in your description.

@home-assistant home-assistant bot removed the needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch label Apr 2, 2023
@home-assistant home-assistant bot added the has-parent This PR has a parent PR in another repo label Apr 2, 2023
@bdraco bdraco added this to the 2023.4 milestone Apr 2, 2023
@bdraco bdraco marked this pull request as ready for review April 2, 2023 19:15
@bdraco bdraco removed the in-progress This PR/Issue is currently being worked on label Apr 2, 2023
Copy link
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @bdraco 👍

@frenck frenck merged commit acf7767 into next Apr 3, 2023
@frenck frenck deleted the bdraco-patch-6 branch April 3, 2023 06:59
@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2023
@frenck frenck added the cherry-picked This PR has been manually picked and merged into the current branch label Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cherry-picked This PR has been manually picked and merged into the current branch has-parent This PR has a parent PR in another repo next This PR goes into the next branch
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants