diff --git a/docs/installation/INSTALL_TROUBLESHOOTING.md b/docs/installation/INSTALL_TROUBLESHOOTING.md index 4201c17234..eec76d46f9 100644 --- a/docs/installation/INSTALL_TROUBLESHOOTING.md +++ b/docs/installation/INSTALL_TROUBLESHOOTING.md @@ -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`.