mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
grafana/prometheus version up (#6301)
This commit is contained in:
parent
99a3ab88f2
commit
1b4dbefa95
@ -67,7 +67,7 @@ services:
|
||||
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.40.4
|
||||
image: prom/prometheus:v2.40.6
|
||||
user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000} # Uses erigon user from Dockerfile
|
||||
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=150d --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
|
||||
ports: [ "9090:9090" ]
|
||||
@ -77,7 +77,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:9.3.0
|
||||
image: grafana/grafana:9.3.1
|
||||
user: "472:0" # required for grafana version >= 7.3
|
||||
ports: [ "3000:3000" ]
|
||||
volumes:
|
||||
|
@ -1229,7 +1229,7 @@ func ReconstituteState(ctx context.Context, s *StageState, dirs datadir.Dirs, wo
|
||||
return mdbx.UtterlyNoSync | mdbx.NoMetaSync | mdbx.NoMemInit | mdbx.LifoReclaim | mdbx.WriteMap
|
||||
}).
|
||||
WriteMergeThreshold(2 * 8192).
|
||||
PageSize(uint64(64 * datasize.KB)).
|
||||
PageSize(uint64(4 * datasize.KB)).
|
||||
WithTableCfg(func(defaultBuckets kv.TableCfg) kv.TableCfg { return kv.ReconTablesCfg }).
|
||||
Open()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user