You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[POA-2944] Add agent cpu and memory limits when running on ec2 (#94)
Adds CPU and Memory limits to the postman insights service file.
Summary:
- Agent process CPU time will be prioritized lower than other services.
- Agent process will be restricted to 85% of a single CPU core.
- Agent process will be throttled by the OS if it exceeds 750MB of
memory.
- Agent process will be OOM Killed if it exceeds 1GB of memory.
- Agent process will be restarted on failure.
0 commit comments