-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: Yac::set(): Value is too long(3211217 bytes) to be stored #56
Comments
set yac.compress_threshold to 1024 |
still got this warning . run test result: |
hmm, okey, let me have a try later |
我也遇到同样的问题, |
问题+1 |
i print YAC_MAX_VALUE_RAW_LEN is 67108863 , that is large than 3211227 bytes.
here is my yac config :
yac
yac support => enabled
Version => 0.9.3-dev
Shared Memory => mmap
Serializer => php
Directive => Local Value => Master Value
yac.compress_threshold => -1 => -1
yac.debug => On => On
yac.enable => On => On
yac.enable_cli => 0 => 0
yac.keys_memory_size => 32M => 32M
yac.values_memory_size => 32M => 32M
The text was updated successfully, but these errors were encountered: