previously limited to 64MB.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1493921 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
+ previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
+
*) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged
correctly. [Jens Låås <jelaas gmail.com>]
#include "ap_socache.h"
-#define SHMCB_MAX_SIZE (64 * 1024 * 1024)
+#define SHMCB_MAX_SIZE APR_SIZE_MAX
#define DEFAULT_SHMCB_PREFIX "socache-shmcb-"