Meta_ Posted March 31, 2014 Posted March 31, 2014 (edited) I have set the RAM to 4GB and I have tried higher, but no matter the RAM I choose it sets it to something stupid like 200-500mb. The modpack almost works in multi player but I have weird frame drops. I would be playing at 60-80 FPS, then every 7-15 seconds it drops to 1-6 FPS. I have deleted all of the technic folders and re installed them twice (Got nothing) and I have tried re installing different versions of Java (Still nothing). I have tried setting environmental variables to different values (Nothing). Tried looking for help (Nothing). Below is an image of my settings. http://imgur.com/qZzdom6 PC specifications. - MSI R7850 OC EDITION - 8GB RAM - AMD Athlon II X2 270 Processor 3.40GHz Edited March 31, 2014 by Meta_
Loader Posted March 31, 2014 Posted March 31, 2014 You'll have some override set in the windows system environment variables, look in there for a java options setting that sets max ram to 512mb (it'll be something like -Xmx512M). If that doesn't work, please post up your logs on the tracker (links in my sig).
Meta_ Posted March 31, 2014 Author Posted March 31, 2014 (edited) You mean making my max memory higher by setting the 512mb higher? example: -Xmx4096M THIS FIXED IT. THANK YOU. @Loader For anyone having the same problem, follow these steps: 1.Go to control panel. 2.System and security. 3.System. 4.To the left is advanced system settings. Click on this. 5.You will be taken to the advanced system properties window. 6.At the bottom, click "Environment variables". 7.In system variables, you should see "_JAVA_OPTIONS I -Xmx512M". 8.Edit this variable to how much RAM you would like java to use [MAX]. (I used 5GB) 9.Make sure you click "ok" to save this and then exit. 10.You are done. Edited March 31, 2014 by Meta_
Kalbintion Posted March 31, 2014 Posted March 31, 2014 In the future, you can make multiples of 1024 into the next tier of size, for example: -Xmx4096M becomes -Xmx4G
Loader Posted March 31, 2014 Posted March 31, 2014 I'd suggest you actually remove that entry, too - rather than just bump up the maximum java can handle by default (you bump that maximum up with the launcher/launch.bat anyway), as you probably don't want little java applets on websites taking up 4GB of RAM if they leak. This is an override - it should generally not be used at all because you should set this kind of thing when you launch.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now