Note about ptvsd memory use. (#9624)

* Note about memory use.

* ✏️ Tweak
This commit is contained in:
Penny Wood 2019-06-14 16:04:32 +08:00 committed by Fabian Affolter
parent 8266f4ea5c
commit 679659fcf5

View File

@ -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: