概要
.wslconfigというファイルに記述することで、メモリの割り当て量を設定できます。
設定
Windows側のホームディレクトリ(厳密には%UserProfile%
)に.wslconfigファイルを作成します。
~/.wslconfig
[wsl2]
memory=8GB
ファイルを作成したら、PowerShellからWSLを再起動します。
wsl --shutdown
参考
Windows Subsystem for Linux のリリース ノート
https://docs.microsoft.com/ja-jp/windows/wsl/release-notes