aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/apc.rb
diff options
context:
space:
mode:
authorOsman Üngür2011-05-03 07:43:33 -0700
committerAdam Vandenberg2011-05-03 20:41:06 -0700
commit7f8594b911582456e52896bbd9a0f6e7f28c39c2 (patch)
treeb9007e8b834dc7ff17d0231f0a134b5dd6a0cbac /Library/Formula/apc.rb
parent99ed41d12da0a66d6d46131b2c0559ed73c81419 (diff)
downloadhomebrew-7f8594b911582456e52896bbd9a0f6e7f28c39c2.tar.bz2
apc.shm_size now uses M/G suffixes
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/apc.rb')
-rw-r--r--Library/Formula/apc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/apc.rb b/Library/Formula/apc.rb
index df6097665..3913078e4 100644
--- a/Library/Formula/apc.rb
+++ b/Library/Formula/apc.rb
@@ -24,7 +24,7 @@ class Apc < Formula
extension="#{prefix}/apc.so"
apc.enabled=1
apc.shm_segments=1
- apc.shm_size=64
+ apc.shm_size=64M
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024