mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Note about ptvsd memory use. (#9624)
* Note about memory use.
* ✏️ Tweak
This commit is contained in:
parent
8266f4ea5c
commit
679659fcf5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user