mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
parent
6a408d5f98
commit
a38c3c30d9
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ Specifies an upper limit for the number of tasks ty is allowed to run in paralle
|
|||
|
||||
This isn’t 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue