After installing a Sybase MDA agent on Sybase ASE 15 on a AIX host, the following error in AIX is observed:
cannot fork: no swap space
The following lines may be observed in the MDA agent log:
<SybaseCartridge/5.5.8.39/Sybase_MDA/Sybase_MDA_on_MyServer.Mycompany.com-agent> ERROR [JFogbankAgentSocketListeners[20]-0] com.quest.glue.core.jfogbank.JFogbankAgentImpl - Agent log: There are missing MDA parameters, some collections may not work. Missing parameters list=[ statement cache size]
and/or
<SybaseCartridge/5.5.8.39/Sybase_MDA/Sybase_MDA_on_MyServer.Mycompany.com-agent> ERROR [JFogbankAgentSocketListeners[20]-0] com.quest.glue.core.jfogbank.JFogbankAgentImpl - Agent log: Collection [TopSQL_callback] is ready to run but the following items will not be collected: [Top Hash dashboard] [Top Hash dashboard]
Execute the following command in ISQL or similar client session and restart the Sybase MDA agent:
sp_configure 'statement cache size'
— example: sp_configure 'statement cache size', 0, '50M'
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center