mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs: add warning about speed to malloc docs
This commit is contained in:
parent
6ce82a41d5
commit
9b9b7a7071
@ -106,6 +106,10 @@ A workaround is to tune memory allocation with an environment variable:
|
||||
MALLOC_MMAP_THRESHOLD_=1048576
|
||||
```
|
||||
|
||||
!!! warning "Speed vs Memory Tradeoff"
|
||||
|
||||
Your generations may be slower overall when setting this environment variable.
|
||||
|
||||
!!! info "Possibly dependent on `libc` implementation"
|
||||
|
||||
It's not known if this issue occurs with other `libc` implementations such as `musl`.
|
||||
|
Loading…
Reference in New Issue
Block a user