|
| enum | Type {
Soft = 0,
Hard,
Both,
SOFT = Soft,
HARD = Hard,
BOTH = Both
} |
| |
|
|
static void | setCoredumpSize (unsigned long size=0, Type type=Both) throw (ResourceLimitException) |
| |
|
static void | setFileDescriptors (unsigned long limit=1024, Type type=Both) throw (ResourceLimitException) |
| |
|
static unsigned long | getCoredumpSize (Type type=Soft) throw (ResourceLimitException) |
| |
|
static unsigned long | getFileDescriptors (Type type=Soft) throw (ResourceLimitException) |
| |
Definition at line 27 of file ResourceLimit.h.
The documentation for this class was generated from the following files:
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/util/ResourceLimit.h
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/util/ResourceLimit.cpp