comparison proxy_cache_lock_age.t @ 503:071e8941e3bf

Tests: reduce shared memory zone sizes.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 27 Nov 2014 07:39:55 +0300
parents 0ee2899fbe3e
children 907e89fba9c3
comparison
equal deleted inserted replaced
502:134ea15d7473 503:071e8941e3bf
38 38
39 http { 39 http {
40 %%TEST_GLOBALS_HTTP%% 40 %%TEST_GLOBALS_HTTP%%
41 41
42 proxy_cache_path %%TESTDIR%%/cache levels=1:2 42 proxy_cache_path %%TESTDIR%%/cache levels=1:2
43 keys_zone=NAME:10m; 43 keys_zone=NAME:1m;
44 44
45 server { 45 server {
46 listen 127.0.0.1:8080; 46 listen 127.0.0.1:8080;
47 server_name localhost; 47 server_name localhost;
48 48