Functions lets the Python worker use shared memory to improve throughput. When the function app is hitting bottlenecks, shared memory can be enabled by setting FUNCTIONS_WORKER_SHARED_MEMORY_DATA_TRANSFER_ENABLED
to 1
in application settings and DOCKER_SHM_SIZE
to 268435456
(which is equivalent to 256MB). This is available in Premium subscriptions.
By default, the data used between functions host and Python worker is transferred through GRPC channel. However, as the data size increases, the GRPC channels become a bottleneck.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4