Hi all,
We're running Fuseki with a few TDB datasets, and it seems to be acting
rather inefficiently.
Here's version numbers:
Here's top:
1.27
0.0%si, 0.0%st
COMMAND
java
You can see the trends at
<http://opendata.oucs.ox.ac.uk/oucs.ox.ac.uk/opendata.oucs.ox.ac.uk/cpu.html>.
The journal files look like this:
Looking at the Fuseki logs, there have been various quiet periods where
there shouldn't have been any read locks, and I would have thought these
would have been cleared (particularly as non-public stores don't attract
search engines or "users").
We're getting rather a number of Java heap space errors.java has a
"-Xmx1g" (that's right, right? :D).
The TDB DBs also seem to be growing over time disproportionally to any
increase in triples. For example, the entire TDB directory for our
public store is 28GB on disk; dumping it and reloading it recently put
it at 97MB. The trend can be seen at
<http://opendata.oucs.ox.ac.uk/oucs.ox.ac.uk/opendata.oucs.ox.ac.uk/df.html>;
the sudden drops on the by-year graph are me dumping and reloading. The
increase in disk usage in the last few days is — I suspect — something
else.
I'm thinking this could be managed by periodically shutting down Fuseki,
applying the journal, reloading the store, and then setting Fuseki going
again. However, I'm loathe to do this without understanding why it gets
the way it does.
Any thoughts? Answers of "yes, we've fixed this; you need to upgrade"
are perfectly reasonable ;-).
Yours,
Alex
We're running Fuseki with a few TDB datasets, and it seems to be acting
rather inefficiently.
Here's version numbers:
Here's top:
1.27
0.0%si, 0.0%st
COMMAND
java
You can see the trends at
<http://opendata.oucs.ox.ac.uk/oucs.ox.ac.uk/opendata.oucs.ox.ac.uk/cpu.html>.
The journal files look like this:
Looking at the Fuseki logs, there have been various quiet periods where
there shouldn't have been any read locks, and I would have thought these
would have been cleared (particularly as non-public stores don't attract
search engines or "users").
We're getting rather a number of Java heap space errors.java has a
"-Xmx1g" (that's right, right? :D).
The TDB DBs also seem to be growing over time disproportionally to any
increase in triples. For example, the entire TDB directory for our
public store is 28GB on disk; dumping it and reloading it recently put
it at 97MB. The trend can be seen at
<http://opendata.oucs.ox.ac.uk/oucs.ox.ac.uk/opendata.oucs.ox.ac.uk/df.html>;
the sudden drops on the by-year graph are me dumping and reloading. The
increase in disk usage in the last few days is — I suspect — something
else.
I'm thinking this could be managed by periodically shutting down Fuseki,
applying the journal, reloading the store, and then setting Fuseki going
again. However, I'm loathe to do this without understanding why it gets
the way it does.
Any thoughts? Answers of "yes, we've fixed this; you need to upgrade"
are perfectly reasonable ;-).
Yours,
Alex