Linux – Run 32-bit Java VM on 64-bit Linux (Ubuntu)

javalinuxUbuntu

I use a VPS on Rackspace which only offers 64-bit operating systems (I'm running Ubuntu 9.04). I'm deploying Java applications to the VPS and found that the 64-bit version of the JDK uses a lot more memory than the 32-bit version.

Is there any way to run a 32-bit JVM on 64-bit (Ubuntu) Linux?

Best Answer

32-bit should run fine.