This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
marine
Watch
1
Star
0
Fork
0
You've already forked marine
mirror of
https://github.com/fluencelabs/marine.git
synced
2025-03-15 14:00:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
marine
/
examples
/
motivational-example
/
Config.toml
9 lines
120 B
TOML
Raw
Normal View
History
Unescape
Escape
Update readme (#160) Co-authored-by: boneyard93501 <4523011+boneyard93501@users.noreply.github.com>
2022-05-15 12:09:11 +03:00
modules_dir
=
"artifacts/"
feat!: add memory limiting (#391) * memory limits iteration 1 * correct counting * update to wasmtime 13.0.0 * wip stats recording * adding memory limit tests * fix build * fix build * fix build * fix tests * add configs * update Cargo.lock * self-review fixes * self-review fixes, cleanup * fix tests build * fix tests, remove wee_alloc form lockfile * fix build * format tests * pr fixes * make tests more robust * pr fixes * Add OOM check into marine-runtime * Use new error variant in tests * add handy error message * fix error msg * fix tests * check for OOM more precisely * improve readability * add "inifinity" memory limit, make memory limit mandatory, stop persisting allocation rejects * add forgotten allocation stats clear * pr fixes * pr fixes * use bytesize in tests
2023-12-13 20:51:58 +04:00
total_memory_limit
=
"10 MiB"
Update readme (#160) Co-authored-by: boneyard93501 <4523011+boneyard93501@users.noreply.github.com>
2022-05-15 12:09:11 +03:00
[
[
module
]
]
name
=
"donkey"
[
[
module
]
]
name
=
"shrek"
Reference in New Issue
Copy Permalink