Documentation
¶
Index ¶
Constants ¶
View Source
const ( Kibi = 1024 Mibi = 1024 * Kibi Gibi = 1024 * Mibi Tibi = 1024 * Gibi )
View Source
const DefaultMaxDirectMemory = MaxDirectMemory(10 * Mibi)
View Source
const DefaultReservedCodeCache = ReservedCodeCache(240 * Mibi)
View Source
const DefaultStack = Stack(Mibi)
Variables ¶
This section is empty.
Functions ¶
func IsMaxDirectMemory ¶
func IsMaxMetaspace ¶
func IsReservedCodeCache ¶
Types ¶
type MaxDirectMemory ¶
type MaxDirectMemory Size
func ParseMaxDirectMemory ¶
func ParseMaxDirectMemory(s string) (MaxDirectMemory, error)
func (MaxDirectMemory) String ¶
func (m MaxDirectMemory) String() string
type MaxMetaspace ¶
type MaxMetaspace Size
func ParseMaxMetaspace ¶
func ParseMaxMetaspace(s string) (MaxMetaspace, error)
func (MaxMetaspace) String ¶
func (m MaxMetaspace) String() string
type ReservedCodeCache ¶
type ReservedCodeCache Size
func ParseReservedCodeCache ¶
func ParseReservedCodeCache(s string) (ReservedCodeCache, error)
func (ReservedCodeCache) String ¶
func (r ReservedCodeCache) String() string
Click to show internal directories.
Click to hide internal directories.