Documentation
¶
Index ¶
- Constants
- func Execve(prog string, argv []string, envv []string) error
- func Execvp(prog string, argv []string) error
- func Execvpe(prog string, argv []string, envv []string) error
- func ExitErr(e error)
- func ExitMsg(message string)
- func OptionallyReduceTimerFrequency()
- func SetResourceLimit(resource ResourceId, newVal uint64)
- func TuneLogging(serviceName, component, settings string) bool
- func TuneResourceLimits()
- type BackTicks
- type ExitError
- type FixSpec
- type ResourceId
Constants ¶
View Source
const ( RLIMIT_CORE ResourceId = unix.RLIMIT_CORE RLIMIT_NOFILE ResourceId = unix.RLIMIT_NOFILE RLIMIT_NPROC ResourceId = unix.RLIMIT_NPROC NO_RLIMIT uint64 = ^uint64(0) )
Variables ¶
This section is empty.
Functions ¶
func OptionallyReduceTimerFrequency ¶
func OptionallyReduceTimerFrequency()
func SetResourceLimit ¶
func SetResourceLimit(resource ResourceId, newVal uint64)
func TuneLogging ¶
func TuneResourceLimits ¶
func TuneResourceLimits()
Types ¶
type FixSpec ¶
func NewFixSpec ¶
func NewFixSpec() FixSpec
type ResourceId ¶
type ResourceId int
func (ResourceId) String ¶
func (rid ResourceId) String() string
Click to show internal directories.
Click to hide internal directories.