Basically the issue I'm having is that when I try to modify the amount of maximum memory usage, in game will never go above around 950MB~.
I've tried doing the .bat thing, I've tried setting it via the launcher, I've tried changing it directly via JAVA, none of it will increase it. I have 8gigs of ram on my computer and no matter how I try to increase the allowance for minecraft, it's stuck.
Unfortunately if I try to run any texture packs or anything it climbs to about 95% usage and spikes, then goes back down every 3 seconds or so. (I know this isn't really unmodified, but I can't increase the cap regardless of modified or not.)
I am running the 64bit version of java, and I tried uninstalling and reinstalling the most recent version.
Edit: Fixed using some string from another thread. I dunno how to delete this though so if anyone has the same issue, go into the launcher > edit profile > java argument and paste
I've tried doing the .bat thing, I've tried setting it via the launcher, I've tried changing it directly via JAVA, none of it will increase it. I have 8gigs of ram on my computer and no matter how I try to increase the allowance for minecraft, it's stuck.
Unfortunately if I try to run any texture packs or anything it climbs to about 95% usage and spikes, then goes back down every 3 seconds or so. (I know this isn't really unmodified, but I can't increase the cap regardless of modified or not.)
I am running the 64bit version of java, and I tried uninstalling and reinstalling the most recent version.
Edit: Fixed using some string from another thread. I dunno how to delete this though so if anyone has the same issue, go into the launcher > edit profile > java argument and paste
"-Xmx2560M -Xms2560M -d64 -XX:MaxPermSize=256M -XX:UseSSE=4 -Djava.net.preferIPv4Stack=true -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -XX:+AggressiveOpts"
without the quotes. Save and should be good hopefullies. Thanks to Achehrrahn for the string.