Configuration
The primary configuration can be done using conf/odev.conf file. JVM parameters can be changed in jvm-wrapper.conf
Additionally you can use a script (in JavaScript) to perform settings and run Java code (allows you to call the methods defined in the Java class: JavaScriptDeviceManager)
See sample in : opendevice-samples/config.js
Memory
Change JVM memory params in: conf/jvm-wrapper.conf
odev.memory.heap.initial_size=XX
odev.memory.heap.max_size=XXX
Security
PENDING
This section is incomplete, and should be created based on information contained in
https://github.com/OpenDevice/OpenDevice/issues/54
Customization / Plug-ins
PENDING