Skip to content

Commit

Permalink
Besu high spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Feb 26, 2024
1 parent e14daf6 commit 25acd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion besu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ else
fi

__memtotal=$(awk '/MemTotal/ {printf "%d", int($2/1024/1024)}' /proc/meminfo)
if [ "${__memtotal}" -gt 60 ]; then
if [ "${__memtotal}" -ge 60 ]; then
__spec="--Xplugin-rocksdb-high-spec-enabled=true"
else
__spec=""
Expand Down

0 comments on commit 25acd76

Please sign in to comment.