Hello. I have a modded game and it seems to be running out of memory. Having this happen to me before I just change the amount of allocated RAM from 1G to 2Gs. I run my game and it runs out of memory. I check how much memory I am using and it is only using 500MB of RAM. Here is what I put in the JVM Aruguments.
Here is what the game said.
If you have an idea of what is going on here that would be a great help. Thanks.
are you running a 64 bit java? 64 bit java is required for more memory (or was in older versions, dont know if now it does). so if you have a 64 bit pc get 64 bit java, it should work then. Feel free to prove me wrong if I am, people who know more then me.
I've been using Java 8 for a long time and it has worked fine until now. I honestly think it has to do with my graphics card (I'm using an Nvidia GeForce GT 755M) and how the software optimizes the game. There have been many updates for the drivers in the past few days.
Try this, delete everything in the JVM arguments thing, put -Xmx2G -Xms2G the thing that forge puts in the profile isn't needed from my experience
Didn't work. I got this error: Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
Picked up _JAVA_OPTIONS: -Xmx512M
Here is what the game said.
If you have an idea of what is going on here that would be a great help. Thanks.
I don't have JAVA_OPTIONS in my Windows Environment variables.
I have a feeling my Nvidea settings are screwing with the allocation of memory. I tinker around with the Nvidea settings and see what happens.
I've been using Java 8 for a long time and it has worked fine until now. I honestly think it has to do with my graphics card (I'm using an Nvidia GeForce GT 755M) and how the software optimizes the game. There have been many updates for the drivers in the past few days.
Didn't work. I got this error: Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
Picked up _JAVA_OPTIONS: -Xmx512M
I am using Java 8 u25 right now.
It does the same thing on a normal profile.