We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a38ca7 commit d9cd8ffCopy full SHA for d9cd8ff
packaging/aleph-vm/etc/ipfs/kubo.json
@@ -9,9 +9,12 @@
9
"Strategy": "roots"
10
},
11
"Swarm": {
12
- "EnableHolePunching":false,
+ "EnableHolePunching": false,
13
"RelayService": {
14
"Enabled": false
15
+ },
16
+ "ResourceMgr": {
17
+ "MaxMemory": "1GB"
18
}
19
-}
20
+}
packaging/aleph-vm/etc/systemd/system/ipfs.service
@@ -50,6 +50,8 @@ ProtectHome=true
50
RemoveIPC=true
51
RestrictSUIDSGID=true
52
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
53
+MemoryHigh=2G
54
+MemoryMax=4G
55
56
# enable for 1-1024 port listening
57
#AmbientCapabilities=CAP_NET_BIND_SERVICE
0 commit comments