Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152415705
D19362.id54557.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
680 B
Referenced Files
None
Subscribers
None
D19362.id54557.diff
View Options
Index: head/databases/opentsdb/files/opentsdb.in
===================================================================
--- head/databases/opentsdb/files/opentsdb.in
+++ head/databases/opentsdb/files/opentsdb.in
@@ -18,6 +18,7 @@
: ${opentsdb_enable:=NO}
: ${opentsdb_user:=opentsdb}
+: ${opentsdb_jvmargs:=-enableassertions -enablesystemassertions}
: ${opentsdb_opts:=tsd 2> %%OPENTSDB_LOGDIR%%/error.log 1> %%OPENTSDB_LOGDIR%%/tsdb.log}
pidfile="%%OPENTSDB_RUNDIR%%/${name}.pid"
@@ -27,5 +28,6 @@
command="/usr/sbin/daemon"
command_args="-P ${pidfile} ${opentsdb_daemon} ${opentsdb_opts}"
-run_rc_command "$1"
+export JVMARGS=${opentsdb_jvmargs}
+run_rc_command "$1"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 15, 8:10 PM (12 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31514508
Default Alt Text
D19362.id54557.diff (680 B)
Attached To
Mode
D19362: databases/opentsdb: rc script should allow JVMARGS to be set
Attached
Detach File
Event Timeline
Log In to Comment