Abstract
Configure the memory limit support without swap limit capabilities.
If you see the 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 → → → .
Type the following:
Name
Value
python.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.