Skip to content

Commit

Permalink
Merge pull request #263 from forta-network/caner/forta-1271-enforce-t…
Browse files Browse the repository at this point in the history
…he-16-gb-memory-requirement

Increase default min total memory
  • Loading branch information
canercidam authored Sep 18, 2023
2 parents a1f212a + ac8e786 commit a2d01a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspect/scorecalc/calculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const (
DefaultMinDownloadSpeedInMbps = 10 // 10 mbps
DefaultMinUploadSpeedInMbps = 3 // 3 mbps
DefaultEarliestBlock = inspect.VeryOldBlockNumber
DefaultMinTotalMemory = 8e9 // 8 gigabytes
DefaultMinAvailableMemory = 2e9 // 2 gigabytes
DefaultMinTotalMemory = 15e9 // ~16 gigabytes
DefaultMinAvailableMemory = 2e9 // 2 gigabytes
)

// Errors
Expand Down

0 comments on commit a2d01a7

Please sign in to comment.