Versions in this module Expand all Collapse all v0 v0.5.4 Sep 24, 2020 Changes in this version + const AutoProfileName + const CfgUseProfile + var ErrNotEnoughMemory = errors.New("not enough system memory") + var Profile1GB = &Profile + var Profile2GB = &Profile + var Profile4GB = &Profile + var Profile8GB = &Profile + type CacheOpts struct + CacheTimeMs uint64 + LeakDetectionOptions LeakDetectionOpts + type Caches struct + Addresses CacheOpts + Approvers CacheOpts + BundleTransactions CacheOpts + Bundles CacheOpts + IncomingTransactionFilter CacheOpts + Milestones CacheOpts + SpentAddresses CacheOpts + Tags CacheOpts + Transactions CacheOpts + UnconfirmedTx CacheOpts + type LeakDetectionOpts struct + Enabled bool + MaxConsumerHoldTimeSec uint64 + MaxConsumersPerObject int + type Profile struct + Caches Caches + Name string + func LoadProfile() *Profile