You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/12/04 15:57:06 UTC

git commit: COUCHDB-1622 ensure that Windows batch file uses same VM flags as the service and UNIX

Updated Branches:
  refs/heads/master 811e49b86 -> 419a80994


COUCHDB-1622 ensure that Windows batch file uses same VM flags as the service and UNIX


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/419a8099
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/419a8099
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/419a8099

Branch: refs/heads/master
Commit: 419a80994d939dbafd0c3b5c1cd545f63e8f6e5f
Parents: 811e49b
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Sun Dec 2 11:05:31 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Tue Dec 4 15:56:45 2012 +0100

----------------------------------------------------------------------
 bin/couchdb.bat.tpl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/419a8099/bin/couchdb.bat.tpl.in
----------------------------------------------------------------------
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