World of Minecraft.exe (MAY use command$) may help in memory allocation to improve performance
1 reply [Last post]
grelmo114
WoM Member
Contributor
WoM Member: 128972
WoM Coins: -2

looking at the op-code in the World of Minecraft.exe see the following below:

* String: "-Xms"

0040356B: BF4D734000           mov edi, 0040734D
00403570: 890424               mov [esp], eax
00403573: E888200000           call KERNEL32.GlobalMemoryStatus

* String: "-Xmx"

0040358C: BF52734000           mov edi, 00407352
00403591: 894C240C             mov [esp+0C], ecx
00403595: 89542408             mov [esp+08], edx

i will confirm if indeed these are pointer to command$

then it may be possible to do World of Minecraft.exe -Xms800m

i'd say 70-30% against it working.

confirmed only way to allocate extra allocate memory would be via the java code.

triddin
WoM Developer
WoM Admins
WoM Member: 16
WoM Coins: 8565
Easier than that my friend.

You can just run:


java -Xms640m -Xmx1024m -jar World of Minecraft.exe