Skip to content

Memory requirements for running JBrowse2 #3130

Answered by cmdcolin
mickey-spongebob asked this question in Q&A
Discussion options

You must be logged in to vote

One thing that can happen is when all the transcript names are very similar e.g. PREFIX0000000123,PREFIX000000124 the indexing strategy groups them based on a set prefix size of 6 by default so all of them would end up in the same bucket and then it would search the whole bucket which is slow

You can manually tune this with --prefixSize in the jbrowse text-index command https://jbrowse.org/jb2/docs/cli/#jbrowse-text-index and in the case above it might want to be large like 11 or something

We may create an automatically tuned version of text-index so users don't have to manually configure this possibly.

Let me know if that helps!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mickey-spongebob
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants