500mb
This commit is contained in:
parent
2aed1308a9
commit
8fa55a178b
@ -77,7 +77,7 @@ class UnpackingCache
|
|||||||
// Number of lines for shared storage cache 500 mb = 1073741824 / 30 = 35791394
|
// Number of lines for shared storage cache 500 mb = 1073741824 / 30 = 35791394
|
||||||
// Number of lines for shared storage cache 250 mb = 11397565 / 30 = 379918
|
// Number of lines for shared storage cache 250 mb = 11397565 / 30 = 379918
|
||||||
|
|
||||||
UnpackingCache() : m_cache(379918){};
|
UnpackingCache() : m_cache(35791394){};
|
||||||
|
|
||||||
bool IsEdgeInCache(Key edge)
|
bool IsEdgeInCache(Key edge)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user