diff --git a/core/src/main/java/lucee/runtime/PageSourcePool.java b/core/src/main/java/lucee/runtime/PageSourcePool.java index 7b4cea8059..679943b0c9 100644 --- a/core/src/main/java/lucee/runtime/PageSourcePool.java +++ b/core/src/main/java/lucee/runtime/PageSourcePool.java @@ -51,7 +51,7 @@ public final class PageSourcePool implements Dumpable { // TODO must not be thread safe, is used in sync block only private final Map> pageSources = new ConcurrentHashMap>(); - private int maxSize_min = 1000; + private int maxSize_min = 767; private PageSourcePoolWatcher watcher; private Object token = new SerializableObject(); private MappingImpl mapping;