Document TY_MEMORY_REPORT (#768)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
CI / mkdocs (push) Waiting to run

## Summary

Closes #714.
This commit is contained in:
हिमांशु 2025-07-07 22:23:50 +05:30 committed by GitHub
parent 6a408d5f98
commit a38c3c30d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,12 @@ Specifies an upper limit for the number of tasks ty is allowed to run in paralle
This isnt the same as a thread limit. ty may spawn additional threads when necessary, e.g. to watch for file system changes or a dedicated UI thread.
## `TY_MEMORY_REPORT`
If set to `"full"`, ty will generate and output a detailed memory usage report after a `ty check` run.
If set to `"short"`, ty will only print total memory usage numbers.
## Externally defined variables
ty also reads the following externally defined environment variables: