package (Resource Limits)
Syntax
package package-name {
cpu {
priority number;
time seconds;
}
file {
core-size bytes;
open number;
size bytes;
}
memory {
data-size bytes;
locked-in bytes;
resident-set-size bytes;
socket-buffers bytes;
stack-size bytes;
}
}
}
Hierarchy Level
[edit system extensions resource-limits]
Release Information
Statement introduced in Junos OS Release 9.6.
Description
Set resource limits for an entire package of an application.
Options
package-name—Name of the application package.
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.