This forum is no longer active. Please post your questions to our new community site

64 bits

Subscribe to 64 bits 2 post(s), 2 voice(s)

 
Avatar marcandre 1 post

I need access to JRuby with more than 1.7 G of ram… but there doesn’t seem to be any 64 bit versions of your AMIs :-(

Any plans to build them?

 
Avatar carlos Administrator 144 post(s)

Hi,

We do not have 64bits AMIs currently. However, you can:

1- use a different 64 bits AMI like Centos 5.2 x64 (ami-7b749512)
2- install 32 bit compatibility libraries. This is not required in the AMI I mentioned before, but if you choose Ubuntu you may need to run:

sudo apt-get install ia32-libs

3- download and execute our linux stack installer
4- install the stack as a service. You may follow this tutorial

Regards