Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26077E65E for ; Tue, 4 Dec 2012 14:57:01 +0000 (UTC) Received: (qmail 65229 invoked by uid 500); 4 Dec 2012 14:57:00 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 64979 invoked by uid 500); 4 Dec 2012 14:56:59 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 64886 invoked by uid 99); 4 Dec 2012 14:56:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 14:56:58 +0000 Date: Tue, 4 Dec 2012 14:56:58 +0000 (UTC) From: "Dave Cottlehuber (JIRA)" To: dev@couchdb.apache.org Message-ID: <667143799.59079.1354633018317.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (COUCHDB-1622) Erlang VM args are inconsistent between Windows .bat and service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dave Cottlehuber created COUCHDB-1622: ----------------------------------------- Summary: Erlang VM args are inconsistent between Windows .bat and service Key: COUCHDB-1622 URL: https://issues.apache.org/jira/browse/COUCHDB-1622 Project: CouchDB Issue Type: Improvement Components: Infrastructure Reporter: Dave Cottlehuber The last person to update the Windows Service should have done this at the same time. That is one really lazy person. To apply to master and 1.3.x. commit c84d03f7291953e5c39e87bb57d1c89e8e7530c6 Author: Dave Cottlehuber Date: Sun Dec 2 11:05:31 2012 +0100 Windows batch file should have same Erlang VM flags as the service and UNIX daemon diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in index 48d7851..8718ee6 100644 --- a/bin/couchdb.bat.tpl.in +++ b/bin/couchdb.bat.tpl.in @@ -23,4 +23,4 @@ rem intermittently. But using erl should be fine for production use. if "%ERL%x" == "x" set ERL=werl.exe echo CouchDB %version% - prepare to relax... -%ERL% -sasl errlog_type error -s couch +%ERL% -sasl errlog_type error -s couch +A 4 +W w -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira