From 2b1dd866d0d6d08106e52038be6a3951afc0b00e Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Mon, 6 Apr 2020 08:36:27 +0000 Subject: [PATCH] dist: add jubeat heap size - Sourced from L44-011's bootstrap.xml Jubeat clan 2018081401 clean data ran out of memory. jubeat clan 2018081401 has a slightly larger achievement_info.xml so that may have caused the problem. --- dist/jb/gamestart.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/jb/gamestart.bat b/dist/jb/gamestart.bat index c25cf6e..0352cce 100644 --- a/dist/jb/gamestart.bat +++ b/dist/jb/gamestart.bat @@ -7,4 +7,4 @@ if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml if not exist dev\raw mkdir dev\raw -launcher -K jbhook.dll jubeat.dll +launcher -H 33554432 -K jbhook.dll jubeat.dll