From 679659fcf5ff3892fbff713c968b472d82ff02ce Mon Sep 17 00:00:00 2001 From: Penny Wood Date: Fri, 14 Jun 2019 16:04:32 +0800 Subject: [PATCH] Note about ptvsd memory use. (#9624) * Note about memory use. * :pencil2: Tweak --- source/_components/ptvsd.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/ptvsd.markdown b/source/_components/ptvsd.markdown index d47a02605a4..ba7c77531ff 100644 --- a/source/_components/ptvsd.markdown +++ b/source/_components/ptvsd.markdown @@ -52,6 +52,10 @@ If the home assistant server is behind your firewall with only the http(s) port Another way of securing the port is to set `host` to localhost and have a secured SSH TCP tunnel with a client certificate for access from the outside internet. +### {% linkable_title Memory Use %} + +There have been reports of continually increasing memory use while the debugger is running, although this doesn't seem to appear on all systems. Only configure the debugger on a persistent server when it's actually required. + ### {% linkable_title Waiting at startup %} If you want to debug something in the boot-up sequence, configure the component to wait for a connection first: