opendj-grizzly/src/main/java/org/forgerock/opendj/grizzly/ASN1BufferWriter.java
@@ -135,7 +135,7 @@ private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); /** Initial size of newly created buffers. */ private static final int BUFFER_INIT_SIZE = 4096; private static final int BUFFER_INIT_SIZE = 1024; /** Default maximum size for cached protocol/entry encoding buffers. */ private static final int DEFAULT_MAX_INTERNAL_BUFFER_SIZE = 32 * 1024;