[Bug 197847] databases/couchdb: support passing optional parameters through rc.conf to couchdb's erlang vm
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 20 12:52:43 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197847
Bug ID: 197847
Summary: databases/couchdb: support passing optional parameters
through rc.conf to couchdb's erlang vm
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: olgeni at FreeBSD.org
Reporter: dch at skunkwerks.at
Flags: maintainer-feedback?(olgeni at FreeBSD.org)
Assignee: olgeni at FreeBSD.org
Created attachment 153207
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153207&action=edit
couchdb.shar with patch
this patch exposes the functionality already available in CouchDB itself,
namely passing configuration and startup information to the erlang vm, by
appending erlang flags in ERL_ZFLAGS. The ZFLAGS variant was chosen as most
common usage is to override settings that couchdb already has by default -- for
example, increasing number of async threads using +A 64, or enabling remsh
access with `-name foo -setcookie nomnomnom`.
see https://github.com/dch/freebsd-ports/commit/eae1221 and
https://github.com/dch/freebsd-ports/commit/eae1221.patch
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer olgeni at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list