XSOAR 6.13
Configure Memory Limit Support Without Swap Limit Capabilities
Configure Docker memory limit support for Cortex XSOAR 6.13 without swap limits.
If you see WARNING: No swap limit support ,you can configure memory support without swap limit capabilities.
Set the
docker runoption--memory-swapoption to-1(disables swap memory enforcement).In Cortex XSOAR, select Settings → About → Troubleshooting → Add Server Configuration.
Type the following:
NameValuepython.pass.extra.keys--memory=1g##--memory-swap=-1If you have the
python.pass.extra.keysalready set up with a value, append it to the config file after the##separator.
Last updated
Was this helpful?
