DO NOT SHARE THESE DOCS WITH CUSTOMERS!
This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.
The coredump profile feature specifies limits on the maximum number, sensitivity level and total size of coredump files.
% set profiles system coredumpProfile <profile_name> coredumpCountLimit <1-10> coredumpLevel <disable | normal | sensitive> coredumpSpaceLimit <1-20GB>
The Coredump parameters are as shown below:
% set profiles system coredumpProfile MyCoreDump#example coredumpLevel sensitive coredumpCountLimit 10 coredumpSpaceLimit 8 % show profiles system coredumpProfile coredumpProfile MyCoreDump { coredumpLevel sensitive; coredumpSpaceLimit 8; coredumpCountLimit 10; }