## The problem
Issue predibase/lorax#92 (closed, 8 comments): ### Feature request as discussed here: https://discord.com/channels/1174495433565945916/1176984269558652998/1179487788266172508 ### Motivation If there are to many requests for different adapters you are running out of memory, since the actual system only checks the memory for batch sizes and not concurrent adapters. ### Your contribution I looked at the effort it would take to add this feature and realized it was beyond my ability with Rust
## What to do
The --max-active-adapters argument for Lorax does exist; if a fresh pull doesn't show it, update your Docker image (there was a Docker build cache issue hiding it). One caveat from the maintainer: it caps the number of concurrent adapters, not their total size, so very large adapters can still blow GPU memory. The longer-term idea is a --max-active-adapter-memory flag that reserves GPU memory instead of counting adapters.