I'm running BLAST2GO on a Linux (Ubuntu 10.04 32 bit) machine with 24 GB RAM (8 processors). No matter what I specify for the maximum memory, it only allocates 455 MB RAM, which is not enough for the data I am working with. I've tried increasing and decreasing the maximum memory, but this doesn't change how much is allocated. Any ideas?
did you know that with a 32 bit operating system, you can only use up to 4 GB of RAM? You should re-install a 64-bit version of your operating system.
well, if you are using a PAE kernel, you should be able to use all the RAM as well. check the contents of your /proc/meminfo file , and also type "uname -a"