Fixing "cannot reserve inbound connection: resource limit exceeded" Error

I’ve been constantly having the error “system: cannot reserve inbound connection: resource limit exceeded” show up in my logs, while my node seems to be working fine (at least), I want to know if this is an issue and how to fix it. Also if anyone knows how to fix the UDP receive buffer error (note that the medium instructions don’t seem to work on openbsd) that would be helpful.

Here is what my ipfs node prints when running (notes use ][ ):

Kubo version: 0.17.0
Repo version: 12
System version: amd64/openbsd
Golang version: go1.19.1
2022/12/05 19:06:59 failed to increase receive buffer size (wanted: 2048 kiB, got 0 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details. [Pretty sure this is an unrelated error]
[Standard swarm stuff]
API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
2022-12-05T19:08:29.328+1000	ERROR	resourcemanager	libp2p/rcmgr_logging.go:53	Resource limits were exceeded 4 times with error "system: cannot reserve inbound connection: resource limit exceeded".
2022-12-05T19:08:29.328+1000	ERROR	resourcemanager	libp2p/rcmgr_logging.go:57	Consider inspecting logs and raising the resource manager limits. Documentation: https://github.com/ipfs/kubo/blob/master/docs/config.md#swarmresourcemgr

This last set of 2 error messages repeats multiple times while this is running.
My config is as follows:

{
  "API": {
    "HTTPHeaders": {}
  },
  "Addresses": {
    "API": "/ip4/127.0.0.1/tcp/5001",
    "Announce": [],
    "AppendAnnounce": [],
    "Gateway": "/ip4/127.0.0.1/tcp/8080",
    "NoAnnounce": [
      "/ip4/10.0.0.0/ipcidr/8",
      "/ip4/100.64.0.0/ipcidr/10",
      "/ip4/169.254.0.0/ipcidr/16",
      "/ip4/172.16.0.0/ipcidr/12",
      "/ip4/192.0.0.0/ipcidr/24",
      "/ip4/192.0.2.0/ipcidr/24",
      "/ip4/192.168.0.0/ipcidr/16",
      "/ip4/198.18.0.0/ipcidr/15",
      "/ip4/198.51.100.0/ipcidr/24",
      "/ip4/203.0.113.0/ipcidr/24",
      "/ip4/240.0.0.0/ipcidr/4",
      "/ip6/100::/ipcidr/64",
      "/ip6/2001:2::/ipcidr/48",
      "/ip6/2001:db8::/ipcidr/32",
      "/ip6/fc00::/ipcidr/7",
      "/ip6/fe80::/ipcidr/10"
    ],
    "Swarm": [
      "/ip4/0.0.0.0/tcp/4001",
      "/ip6/::/tcp/4001",
      "/ip4/0.0.0.0/udp/4001/quic",
      "/ip6/::/udp/4001/quic"
    ]
  },
  "AutoNAT": {},
  "Bootstrap": [
    "/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt",
    "/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
    "/ip4/104.131.131.82/udp/4001/quic/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
    "/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN",
    "/dnsaddr/bootstrap.libp2p.io/p2p/QmQCU2EcMqAqQPR2i9bChDtGNJchTbq5TbXJJ16u19uLTa",
    "/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb"
  ],
  "DNS": {
    "Resolvers": {}
  },
  "Datastore": {
    "BloomFilterSize": 0,
    "GCPeriod": "1h",
    "HashOnRead": false,
    "Spec": {
      "mounts": [
        {
          "child": {
            "path": "blocks",
            "shardFunc": "/repo/flatfs/shard/v1/next-to-last/2",
            "sync": true,
            "type": "flatfs"
          },
          "mountpoint": "/blocks",
          "prefix": "flatfs.datastore",
          "type": "measure"
        },
        {
          "child": {
            "compression": "none",
            "path": "datastore",
            "type": "levelds"
          },
          "mountpoint": "/",
          "prefix": "leveldb.datastore",
          "type": "measure"
        }
      ],
      "type": "mount"
    },
    "StorageGCWatermark": 90,
    "StorageMax": "20GB"
  },
  "Discovery": {
    "MDNS": {
      "Enabled": false
    }
  },
  "Experimental": {
    "AcceleratedDHTClient": false,
    "FilestoreEnabled": false,
    "GraphsyncEnabled": false,
    "Libp2pStreamMounting": false,
    "P2pHttpProxy": false,
    "StrategicProviding": false,
    "UrlstoreEnabled": false
  },
  "Gateway": {
    "APICommands": [],
    "HTTPHeaders": {
      "Access-Control-Allow-Headers": [
        "X-Requested-With",
        "Range",
        "User-Agent"
      ],
      "Access-Control-Allow-Methods": [
        "GET"
      ],
      "Access-Control-Allow-Origin": [
        "*"
      ]
    },
    "NoDNSLink": false,
    "NoFetch": false,
    "PathPrefixes": [],
    "PublicGateways": null,
    "RootRedirect": "",
    "Writable": false
  },
  "Identity": {
    "PeerID": ""
  },
  "Internal": {},
  "Ipns": {
    "RecordLifetime": "",
    "RepublishPeriod": "",
    "ResolveCacheSize": 128
  },
  "Migration": {
    "DownloadSources": [],
    "Keep": ""
  },
  "Mounts": {
    "FuseAllowOther": false,
    "IPFS": "/ipfs",
    "IPNS": "/ipns"
  },
  "Peering": {
    "Peers": null
  },
  "Pinning": {
    "RemoteServices": {}
  },
  "Plugins": {
    "Plugins": null
  },
  "Provider": {
    "Strategy": ""
  },
  "Pubsub": {
    "DisableSigning": false,
    "Router": ""
  },
  "Reprovider": {
    "Interval": "12h",
    "Strategy": "all"
  },
  "Routing": {
    "Methods": null,
    "Routers": null,
    "Type": "dht"
  },
  "Swarm": {
    "AddrFilters": [
      "/ip4/10.0.0.0/ipcidr/8",
      "/ip4/100.64.0.0/ipcidr/10",
      "/ip4/169.254.0.0/ipcidr/16",
      "/ip4/172.16.0.0/ipcidr/12",
      "/ip4/192.0.0.0/ipcidr/24",
      "/ip4/192.0.2.0/ipcidr/24",
      "/ip4/192.168.0.0/ipcidr/16",
      "/ip4/198.18.0.0/ipcidr/15",
      "/ip4/198.51.100.0/ipcidr/24",
      "/ip4/203.0.113.0/ipcidr/24",
      "/ip4/240.0.0.0/ipcidr/4",
      "/ip6/100::/ipcidr/64",
      "/ip6/2001:2::/ipcidr/48",
      "/ip6/2001:db8::/ipcidr/32",
      "/ip6/fc00::/ipcidr/7",
      "/ip6/fe80::/ipcidr/10"
    ],
    "ConnMgr": {
      "GracePeriod": "20s",
      "HighWater": 1200,
      "LowWater": 900,
      "Type": "basic"
    },
    "DisableBandwidthMetrics": false,
    "DisableNatPortMap": true,
    "RelayClient": {},
    "RelayService": {},
    "ResourceMgr": {
      "Limits": {
        "AllowlistedSystem": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "AllowlistedTransient": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "Conn": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "PeerDefault": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "ProtocolDefault": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "ProtocolPeerDefault": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "ServiceDefault": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "ServicePeerDefault": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "Stream": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "System": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 512,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        },
        "Transient": {
          "Conns": 0,
          "ConnsInbound": 0,
          "ConnsOutbound": 0,
          "FD": 0,
          "Memory": 0,
          "Streams": 0,
          "StreamsInbound": 0,
          "StreamsOutbound": 0
        }
      }
    },
    "Transports": {
      "Multiplexers": {},
      "Network": {},
      "Security": {}
    }
  }
}

Note that I purposely removed the peerID info.