How do you speed up your loading speed? I have 8 gigs of ram, 2.50 GhZ Quad core processor, 2 gb video ram. (Using the MSI apache laptop)
Increase your loading speed
the joke here is that SK as a whole needs an optimization update instead of a promo update, but i'll work with it.
the post that flowchart linked to is still relatively accurate. if you have 8 GB of RAM you could allocate up to 5 GB and still be okay as long as you're not an idiot running other resource-heavy processes like chrome in the background, since then it'll start throttling everything to compensate. you can use java 8 instead of java 7 and still be able to follow the instructions in the thread. on top of that, there's multiple GC processes that you can use in place of ParallelGC but unless you're familiar with what your system can feasibly do, you're better off with sticking to what was provided in the thread.
otherwise, the only other thing you can do to load faster is either make sure you have SK installed onto an SSD of some kind and continue to tweak your extra.txt settings until you either a) find a sweet spot or b) have to reinstall SK because you messed up somewhere.
For loading speed you're gonna need an SSD and about 1 gig of RAM free after leaving sk open for an hour. That extra gig of RAM is for file caching your OS transparently does so it doesn't have to actually read your HDD/SSD.
GC stuff is only for general performance, not loading performance. Unless of course you're running low on RAM.
given the fact the OP basically said "help me load faster here's some numbers you'll know what they mean", i went with the assumption he followed the instructions too strictly, specifically with the xms and xmx recommendations. keep in mind, it was written back in the day when the average laptop only had 4 GB to work with, and people with gaming desktops were confused about why SK was still sluggish. so i felt it would be pertinent to let him know he can up the ante on the values a bit.
if he's desperate, he could partition off part of his RAM to use as a temporary storage space but unless he's flat broke, there's little reason to do so.
Check out some of the Java optimization threads on here (like this one, although some info might be outdated)