ORA-54483
Failed to set model INMEMORY-enabled: not enough memory. Required: model_size bytes, only string bytes available over string bytes.
- model_size: Bytes needed for the model *Params: 2) imm_available: Number of bytes available for INMEMORY models *Params: 3) imm_size: Number of bytes dedicated for INMEMORY models
Cause
There is not enough memory available to set the ONNX model INMEMORY.
Action
Either move some models out of memory or increase _dmm_shared_memory_size.