fix: add memory limit into distro config (#135)

* add memory limit

* update crate version

* return old version
This commit is contained in:
Valery Antopol 2023-12-26 18:32:12 +03:00 committed by GitHub
parent 5f646664f1
commit 999406708f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
total_memory_limit = "Infinity"
[[module]] [[module]]
name = "ipfs_effector" name = "ipfs_effector"
mem_pages_count = 100 mem_pages_count = 100