Optimiziing RAM consumption #3353
Unanswered
volkerjaenisch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Volker, have you deployed the war on a Tomcat server as a systemd service ? See also https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-9-on-debian-10 Bart |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear RDF4J People!
We use a RDF4J database with around 10000 triples which is frequently updated with new data, but stays at an overall number of 10000 triples.
The java process uses 2.4 GB of RAM in the steady state.
This is way to much RAM to accommodate the data and whatever sophisticated structure overhead.
We do not know much of Java memory configuration. There are the -Xms and -Xmx parameters available to reduce the RAM consumption.
But where do one have to set these Parameters (in Debian10) for RDF4J?
Any help appreciated
Volker
Beta Was this translation helpful? Give feedback.
All reactions