1gb-2threads

This commit is contained in:
Kajari Ghosh 2018-04-20 09:07:42 -04:00
parent f0fcdc2b42
commit e59fdacce2

View File

@ -62,7 +62,7 @@ class UnpackingCache
// SHARED STORAGE CACHE
// Number of lines we need for shared storage cache = 524288000 / 20 = 26214400
UnpackingCache(unsigned timestamp) : m_cache(5835553), m_current_data_timestamp(timestamp){};
UnpackingCache(unsigned timestamp) : m_cache(11671106), m_current_data_timestamp(timestamp){};
UnpackingCache(std::size_t cache_size, unsigned timestamp)
: m_cache(cache_size), m_current_data_timestamp(timestamp){};