500mb-16threads

This commit is contained in:
Kajari Ghosh 2018-04-20 08:53:19 -04:00
parent 3e117afdaa
commit 0ba69e3832

View File

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