Abstract
Configure the memory limit support without swap limit capabilities.
If you see WARNING: No swap limit support
,you can configure memory support without swap limit capabilities.
Set the
docker run
option--memory-swap
option to-1
(disables swap memory enforcement).In Cortex XSOAR, select
→ → → .Type the following:
Name
Value
python.pass.extra.keys
--memory=1g##--memory-swap=-1
If you have the
python.pass.extra.keys
already set up with a value, append it to the config file after the##
separator.