Struct dpdk_unix::android_linux::resource_limits::ResourceLimitsSet[][src]

pub struct ResourceLimitsSet(_);

Represents a set of resource limits.

Methods

impl ResourceLimitsSet
[src]

A generous default for resource limits suitable for a modern server.

Obtain maximum_number_of_open_file_descriptors from ResourceLimit::maximum_number_of_open_file_descriptors().

Applies the resource limits.

Trait Implementations

impl Debug for ResourceLimitsSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations