The only way I can think of you allocating more RAM (which is not possible - the program will take the RAM it needs.) is by going to the task manager, going to details and right clicking javaw.exe->Set Priority->High.
That will give the program a higher priority over other applications so RAM isn't shared as evenly, I guess.