Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 5, 2024
1 parent 6c9805c commit 613e017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
test:
name: "Test"
runs-on: "windows-latest"
runs-on: "ubuntu-latest"
strategy:
matrix:
go-version: [ "1.22.x" ]
Expand Down
2 changes: 1 addition & 1 deletion service/tbc/tbc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ func (s *Server) Run(pctx context.Context) error {

// We need a lot of open files and memory for the indexes. Best effort
// to echo to the user what the ulimits are.
if s.ignoreUlimit {
if s.ignoreUlimit || s.cfg.Network == networkLocalnet {
log.Warningf("ignoring ulimit requirements")
} else if ulimitSupported {
if err := verifyUlimits(); err != nil {
Expand Down

0 comments on commit 613e017

Please sign in to comment.