mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 16:06:16 -06:00
update wazero artifact size guesstimate
This commit is contained in:
parent
2301f524f5
commit
7d28cbf0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ On startup, GoToSocial compiles embedded WebAssembly `ffmpeg` and `ffprobe` bina
|
|||
|
||||
To speed up startup time of GoToSocial, you can cache the compiled modules between restarts so that GoToSocial doesn't have to compile them on every startup from scratch.
|
||||
|
||||
You can instruct GoToSocial on where to store the Wazero artifacts by setting the environment variable `GTS_WAZERO_COMPILATION_CACHE` to a directory, which will be used by GtS to store some smallish artifacts of 20MiB or so.
|
||||
You can instruct GoToSocial on where to store the Wazero artifacts by setting the environment variable `GTS_WAZERO_COMPILATION_CACHE` to a directory, which will be used by GtS to store two smallish artifacts of ~50MiB or so each (~100MiB total).
|
||||
|
||||
For an example of this in action, see the [docker-compose.yaml](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml), and the [gotosocial.service](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/gotosocial.service) example files.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue