Project Zomboid 使用メモリ量の割り当て
シングルでMod無しでプレイしてる人以外 つまりマルチやMod入れてプレイしてる人は全員設定して欲しい デフォルトでは3GBに設定されている 必ずデフォの設定ファイルは複製しておくこと 自己責任でお願いします B42バージョンの場合深刻なメモリリークがあるバージョンがあったりしてメモリ増加しても意味がない場合があるらしい Windows設定ファイル C:\Program Files (x86)\Steam\steamapps\common\ProjectZomboid projectzomboid64.bat 右クリックから編集を選択して -Xms3g -Xmx8g というところを探す、それぞれ初期値と最大メモリの量 こちらを自分の環境が32GB積んでいたら -Xms8g -Xmx16g のように編集しておく Macの場合 /Application Support/Steam/SteamApps/Common/ProjectZomboid/Project Zomboid.app/Contents info.plist 同じように-Xms4096mのような場所を探して編集しておく Linuxでも同じように設定ファイルを編集するか Steamライブラリの起動オプションからでも設定できるらしい 1. Open Steam and go to your Library. 2. Right-click on Project Zomboid and select "Properties." 3. In the Properties window, click on "Set Launch Options." 4. A text field will appear. Enter the following line: -Xmx<number>G -Xms<number>G Replace <number> with the amount of RAM you want to allocate in gigabytes. For example, if you want to allocate 4 GB of RAM, the line will be...