您可以通过 PPIO 沙箱命令行工具来自定义沙箱模板的 CPU 和 RAM 规格。 您需要先创建一个 沙箱模板。 在构建步骤中,您可以指定沙箱模板的 vCPU 和 RAM 规格。 以下命令将创建一个具有 2 vCPU、2GB RAM 的沙箱模板。Documentation Index
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bash
通过配置文件
您也可以在运行ppio-sandbox-cli template build 命令的同一目录下的 ppio.toml 文件内指定沙箱模板的 vCPU 和 RAM 规格。
Toml