From 2aed1308a9149382f0a1428043415c4da98547f5 Mon Sep 17 00:00:00 2001 From: Kajari Ghosh Date: Fri, 20 Apr 2018 11:20:22 -0400 Subject: [PATCH] 250mb --- include/engine/unpacking_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/engine/unpacking_cache.hpp b/include/engine/unpacking_cache.hpp index cba64fcac..4e3b4f0d1 100644 --- a/include/engine/unpacking_cache.hpp +++ b/include/engine/unpacking_cache.hpp @@ -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 250 mb = 11397565 / 30 = 379918 - UnpackingCache() : m_cache(17476266){}; + UnpackingCache() : m_cache(379918){}; bool IsEdgeInCache(Key edge) {