From 4ee7a582d6d510639267a64d2f8bc25b4f4d0931 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Tue, 4 Jun 2013 17:54:46 -0600 Subject: [PATCH] make caches exact multiples of 2 megs This is the page size and will cause weird segfaults if they aren't multiples. --- hphp/test/config.hdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hphp/test/config.hdf b/hphp/test/config.hdf index 50b9c8f4e..29b266c7a 100644 --- a/hphp/test/config.hdf +++ b/hphp/test/config.hdf @@ -3,9 +3,9 @@ Eval { AllowHhas = true EnableHipHopSyntax = true EnableObjDestructCall = true - JitASize = 300000000 - JitAStubsSize = 300000000 - JitGlobalDataSize = 3000000 + JitASize = 10485760 + JitAStubsSize = 10485760 + JitGlobalDataSize = 2097152 } MySQL {