Blast2Go Memory Allocation
3
2
Entering edit mode
13.4 years ago

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?

java blast memory • 4.3k views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

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"

ADD REPLY
2
Entering edit mode
13.4 years ago

Turns out it was a Java implementation issue. Ubuntu ships with OpenJDK. When I downloaded, unpacked, and used Sun's Java implementation, I got helpful error messages and finally the amount of memory I asked for.

For the boring details, check out this thread on StackOverflow.

ADD COMMENT
0
Entering edit mode

Daniel, you can approve your own answer as final answer.

ADD REPLY
1
Entering edit mode
12.5 years ago
Stefan ▴ 30

Hi, to run Blast2GO with more than 1500MB (win) or more than 1800MB (Linux) you have to have a 64bit system architecture, a 64bit java version from SUN/Oracle and a 64bit operation system. Information is from: http://www.blast2go.com/b2gsupport/faqs

ADD COMMENT
0
Entering edit mode
13.4 years ago

Check whether you are using a PAE kernel; otherwise your system will only recognize up to 4 GB of RAM.

You can do it by executing this at the command line:

less /proc/meminfo
uname -a

or now Ubuntu is quite easy to use, you can see your kernel and memory by simply looking at System->Administration->System Monitor->System tab

ADD COMMENT

Login before adding your answer.

Traffic: 3054 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6