What's new

About a big oversight regarding memory usage in the game.

Highway

Splitscreen Studios
Joined
Feb 23, 2010
Messages
1,635
Reaction score
1,096
If you use VisualVM will see that the parmeters work but why they dont affect the game much as it only reserves the memory the JVM is allowed to use. (PG used around 50-150 MB ) The rest is taken as needed up to 4GB by the native code. Check the "Private Bytes" to measure it correctly and read a few documentations.

There are no magical switches ;)

Edit: Btw your command line is incorrect. Check my example again
Code:
"..\..\java_vm\bin\javaw.exe" -Xmx1024M -jar "PirateGalaxy.jar" gameId=pirategalaxy
 

iuli24

Member
Joined
Apr 13, 2021
Messages
37
Reaction score
33
Server
Askone
Main Pilotname
Jul14n
Rank
99
Clan
Fatal Ascension
Yeah. Sadly no magical switches :/
 

KingSub

Well-known member
Joined
Aug 31, 2018
Messages
1,123
Reaction score
905
Server
Korell
Main Pilotname
Black Giant
Rank
99
Clan
What's that?

iuli24

Member
Joined
Apr 13, 2021
Messages
37
Reaction score
33
Server
Askone
Main Pilotname
Jul14n
Rank
99
Clan
Fatal Ascension
Well.. not much changed.. eh.
Thanks a lot for your support.

Can't wait to see what tc4 will bring ^^. So have a good day and good luck with your work :p. Hopefully we see the update happen soon :D
 

dontbelive

Active member
Joined
Jul 2, 2020
Messages
126
Reaction score
150
Server
Korell
Main Pilotname
Emiya
Rank
95
If you use VisualVM will see that the parmeters work but why they dont affect the game much as it only reserves the memory the JVM is allowed to use. (PG used around 50-150 MB ) The rest is taken as needed up to 4GB by the native code. Check the "Private Bytes" to measure it correctly and read a few documentations.

There are no magical switches ;)

Edit: Btw your command line is incorrect. Check my example again
Code:
"..\..\java_vm\bin\javaw.exe" -Xmx1024M -jar "PirateGalaxy.jar" gameId=pirategalaxy
Will try that, used so many different methods to increase the memory of pg but it never worked.
 
Top