mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +00:00
update max_heap_size
This commit is contained in:
parent
9807a80089
commit
67e6044e0c
@ -145,7 +145,7 @@ modules_dir = "artifacts" # <-- that's where our Wasm modules are
|
|||||||
|
|
||||||
[[module]]
|
[[module]]
|
||||||
name = "curl_adapter" # <-- for the curl adapter which we need for the http adapter
|
name = "curl_adapter" # <-- for the curl adapter which we need for the http adapter
|
||||||
mem_pages_count = 100
|
max_heap_size = "100 KiB"
|
||||||
logger_enabled = true
|
logger_enabled = true
|
||||||
|
|
||||||
[module.mounted_binaries]
|
[module.mounted_binaries]
|
||||||
@ -154,7 +154,7 @@ curl = "/usr/bin/curl" # <-- path to curl on LOCAL machine
|
|||||||
|
|
||||||
[[module]]
|
[[module]]
|
||||||
name = "ceramic_adapter_custom" <-- for the ceramic adapter we are creating
|
name = "ceramic_adapter_custom" <-- for the ceramic adapter we are creating
|
||||||
mem_pages_count = 50
|
max_heap_size = "50 KiB"
|
||||||
logger_enabled = true
|
logger_enabled = true
|
||||||
|
|
||||||
[module.mounted_binaries]
|
[module.mounted_binaries]
|
||||||
|
@ -2,7 +2,7 @@ modules_dir = "artifacts"
|
|||||||
|
|
||||||
[[module]]
|
[[module]]
|
||||||
name = "curl_adapter"
|
name = "curl_adapter"
|
||||||
mem_pages_count = 100
|
max_heap_size = "100 KiB"
|
||||||
logger_enabled = true
|
logger_enabled = true
|
||||||
|
|
||||||
[module.mounted_binaries]
|
[module.mounted_binaries]
|
||||||
@ -10,7 +10,7 @@ curl = "/usr/bin/curl"
|
|||||||
|
|
||||||
[[module]]
|
[[module]]
|
||||||
name = "ceramic_adapter_custom"
|
name = "ceramic_adapter_custom"
|
||||||
mem_pages_count = 50
|
max_heap_size = "50 Kib"
|
||||||
logger_enabled = true
|
logger_enabled = true
|
||||||
|
|
||||||
[module.mounted_binaries]
|
[module.mounted_binaries]
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
"mountedBinaries": {
|
"mountedBinaries": {
|
||||||
"ceramic": "/usr/bin/ceramic"
|
"ceramic": "/usr/bin/ceramic"
|
||||||
},
|
},
|
||||||
"mem_page_count": 100,
|
"max_heap_size": "100 KiB",
|
||||||
"logger_enabled": true
|
"logger_enabled": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user