Home
last modified time | relevance | path

Searched refs:QuotaBackendBytes (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
85 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
94 if s.Cfg.QuotaBackendBytes == 0 {
111 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
116 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
117 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
122 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
129 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
130 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
[all …]
H A Dbackend.go49 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
51 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/devel/etcd34/etcd-3.4.18/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
85 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
94 if s.Cfg.QuotaBackendBytes == 0 {
111 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
116 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
117 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
122 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
129 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
130 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
[all …]
H A Dbackend.go49 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
51 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
85 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
94 if s.Cfg.QuotaBackendBytes == 0 {
111 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
116 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
117 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
122 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
129 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
130 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
84 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
90 if s.Cfg.QuotaBackendBytes == 0 {
107 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
111 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
112 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
120 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
121 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
124 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go47 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
49 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
84 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
90 if s.Cfg.QuotaBackendBytes == 0 {
107 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
111 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
112 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
120 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
121 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
124 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go48 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
50 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
84 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
90 if s.Cfg.QuotaBackendBytes == 0 {
107 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
111 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
112 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
120 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
121 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
124 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go49 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
51 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/
H A Dquota.go76 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
78 if s.Cfg.QuotaBackendBytes < 0 {
84 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
90 if s.Cfg.QuotaBackendBytes == 0 {
107 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
111 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
112 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
120 zap.Int64("quota-size-bytes", s.Cfg.QuotaBackendBytes),
121 zap.String("quota-size", humanize.Bytes(uint64(s.Cfg.QuotaBackendBytes))),
124 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/
H A Dquota.go59 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
61 if s.Cfg.QuotaBackendBytes < 0 {
67 if s.Cfg.QuotaBackendBytes == 0 {
73 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
74 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
76 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go32 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
34 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/
H A Dquota.go59 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
61 if s.Cfg.QuotaBackendBytes < 0 {
67 if s.Cfg.QuotaBackendBytes == 0 {
73 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
74 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
76 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go32 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
34 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/devel/etcd33/etcd-3.3.23/etcdserver/
H A Dquota.go59 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
61 if s.Cfg.QuotaBackendBytes < 0 {
67 if s.Cfg.QuotaBackendBytes == 0 {
73 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
74 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
76 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go32 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
34 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/devel/etcd32/etcd-3.2.32/etcdserver/
H A Dquota.go59 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
61 if s.Cfg.QuotaBackendBytes < 0 {
67 if s.Cfg.QuotaBackendBytes == 0 {
73 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
74 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
76 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go32 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
34 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/etcdserver/
H A Dquota.go59 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
61 if s.Cfg.QuotaBackendBytes < 0 {
67 if s.Cfg.QuotaBackendBytes == 0 {
73 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
74 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
76 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go32 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
34 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)
/dports/devel/etcd31/etcd-3.1.20/etcdserver/
H A Dquota.go53 quotaBackendBytes.Set(float64(s.Cfg.QuotaBackendBytes))
55 if s.Cfg.QuotaBackendBytes < 0 {
61 if s.Cfg.QuotaBackendBytes == 0 {
67 if s.Cfg.QuotaBackendBytes > backend.MaxQuotaBytes {
68 …plog.Warningf("backend quota %v exceeds maximum quota %v; using maximum", s.Cfg.QuotaBackendBytes,…
71 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/
H A Dquota.go61 if s.Cfg.QuotaBackendBytes < 0 {
66 if s.Cfg.QuotaBackendBytes == 0 {
70 if s.Cfg.QuotaBackendBytes > MaxQuotaBytes {
71 …plog.Warningf("backend quota %v exceeds maximum recommended quota %v", s.Cfg.QuotaBackendBytes, Ma…
73 return &backendQuota{s, s.Cfg.QuotaBackendBytes}
H A Dbackend.go32 if cfg.QuotaBackendBytes > 0 && cfg.QuotaBackendBytes != DefaultQuotaBytes {
34 bcfg.MmapSize = uint64(cfg.QuotaBackendBytes + cfg.QuotaBackendBytes/10)

1234567