Ulimit
Handle
interface Ulimit { hard: number; soft: number;}Properties
property
hardnumberget · setGets or sets the hard limit for the resource control.
property
softnumberget · setDefines the soft limit for the Ulimit configuration. The soft limit is the value for resource restrictions that a process is allowed to increase up to the hard limit. This property is nullable, which indicates that this configuration might not be set.