Skip to content

Commit

Permalink
Merge pull request #103 from hoprnet/lukas/update-mem-limit
Browse files Browse the repository at this point in the history
Increase memory limit to 3 GB
  • Loading branch information
NumberFour8 authored Jan 8, 2024
2 parents 0c1caa6 + c0ee1ef commit dc37cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hopr.public.dappnode.eth",
"version": "1.0.26",
"version": "1.0.27",
"upstreamVersion": "providence",
"description": "The HOPR protocol ensures everyone has control of their privacy, data, and identity. By running a HOPR Node, you can obtain HOPR tokens by relaying data and connect to the HOPR Network.",
"type": "service",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
node:
image: "node.hopr.public.dappnode.eth:1.0.26"
image: "node.hopr.public.dappnode.eth:1.0.27"
build:
context: .
args:
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
deploy:
resources:
limits:
memory: 2G
memory: 3G
admin:
image: "europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin@sha256:b354b698ece88155607fcc0d325e57786ce0e15bb9d40dc180826ac3c1000c13"
ports:
Expand Down

0 comments on commit dc37cde

Please sign in to comment.