Hello @rsasb,
normally, that kind of a message is just a reflection of other problems, normally caused by the amount , the frequency or the duration of certain sessions. Or its incapability to close orphaned SAS sessions.
An example: Often, this is caused by long stored process sessions, or amount of spanwed STP sessions, which are meant to have short duration. The solution for those is to extend the pool of STP and improve the code for the Stored Processes, or memory settings.
Another example: if object spawner is incapable of closing orphaned SAS Workspace Server sessions, then it has to handle unuseful SAS sessions.
There are many more. I suggest to investigate the behaviour of your spawned SAS sessions. It is very rare the requirement to extend the memory settings of the SAS Object Spawner, even on really BIG deployments. It is a service very optimised.