make caches exact multiples of 2 megs

This is the page size and will cause weird segfaults if they aren't multiples.
Esse commit está contido em:
Paul Tarjan
2013-06-04 17:54:46 -06:00
commit 4ee7a582d6
+3 -3
Ver Arquivo
@@ -3,9 +3,9 @@ Eval {
AllowHhas = true
EnableHipHopSyntax = true
EnableObjDestructCall = true
JitASize = 300000000
JitAStubsSize = 300000000
JitGlobalDataSize = 3000000
JitASize = 10485760
JitAStubsSize = 10485760
JitGlobalDataSize = 2097152
}
MySQL {