mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 03:26:53 +08:00
Docs: add sandbox FAQ (#8284)
### What problem does this PR solve? Add sandbox FAQ. #7699 #7973 #8049 #8196 #8226. ### Type of change - [x] Documentation Update - [x] Refactoring
This commit is contained in:
9
sandbox/.env.example
Normal file
9
sandbox/.env.example
Normal file
@ -0,0 +1,9 @@
|
||||
# Copy this file to `.env` and modify as needed
|
||||
|
||||
SANDBOX_EXECUTOR_MANAGER_POOL_SIZE=5
|
||||
SANDBOX_BASE_PYTHON_IMAGE=sandbox-base-python:latest
|
||||
SANDBOX_BASE_NODEJS_IMAGE=sandbox-base-nodejs:latest
|
||||
SANDBOX_EXECUTOR_MANAGER_PORT=9385
|
||||
SANDBOX_ENABLE_SECCOMP=false
|
||||
SANDBOX_MAX_MEMORY=256m # b, k, m, g
|
||||
SANDBOX_TIMEOUT=10s # s, m, 1m30s
|
||||
Reference in New Issue
Block a user