Vercel Sandboxが1 vCPU + 2 GB構成をサポート
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercelは、Vercel Sandboxで1 vCPUと2 GB RAMの構成をサポート開始した。シングルスレッドや軽量ワークロード向けで、デフォルトは2 vCPUと4 GB RAMのままである。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
改善版翻訳文
Vercel Sandboxが1 vCPUと2 GB RAMのみの構成で作成できるようになりました。これは、追加のシステムリソースを必要としないシングルスレッドまたは軽量のワークロードに最適です。指定がない場合のデフォルトは、従来通り2 vCPUと4 GB RAMです。
開始するには、SDKでresources.vcpusオプションを設定します:
または、CLIで--vcpusオプションを使用します:
Sandboxの詳細については、ドキュメントをご覧ください。
続きを読む
原文を表示
1 min readMar 10, 2026Vercel Sandbox now supports creating Sandboxes with only 1 vCPU and 2 GB of RAM. This is ideal for single-threaded or light workloads which don't benefit from additional system resources. When unspecified, the default is still 2 vCPUs and 4 GB of RAM.Get started by setting the resources.vcpus option in the SDK:import { Sandbox } from "@vercel/sandbox";const sandbox = await Sandbox.create({ resources: { vcpus: 1 },});Or using the --vcpus option in the CLI:sandbox create --connect --vcpus 1Learn more about Sandbox in the docs.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み