vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
205 stars 129 forks source link

question about -Dtdb:fileMode=direct #3981

Open GarrettArm opened 5 months ago

GarrettArm commented 5 months ago

In the repo's Dockerfile, this is included.
JAVA_OPTS="${JAVA_OPTS} -Dtdb:fileMode=direct" https://github.com/vivo-project/VIVO/blob/main/Dockerfile

The Confluence docs do not include that info. https://wiki.lyrasis.org/display/VIVODOC114x/Installing+VIVO

For my docker-based build, adding this "-Dtdb:fileMode=direct" resolved my previous bug report: https://github.com/vivo-project/VIVO/issues/3911

If this JAVA_OPTS applies to all Vivo's (docker & non-docker), could the info be added to the Confluence docs?