Skip to content
Snippets Groups Projects
Commit 0f3db438 authored by Graham McVicker's avatar Graham McVicker
Browse files

rolled back cache size to much smaller previous size

parent 709ecf3a
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ use Bio::EnsEMBL::Utils::Cache;
@ISA = qw(Bio::EnsEMBL::DBSQL::BaseAdaptor);
our $SEQ_CHUNK_PWR = 22; # 2^18 = approx. 250KB
our $SEQ_CACHE_SZ = 10;
our $SEQ_CHUNK_PWR = 18; # 2^18 = approx. 250KB
our $SEQ_CACHE_SZ = 5;
our $SEQ_CACHE_MAX = (2 ** $SEQ_CHUNK_PWR) * $SEQ_CACHE_SZ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment