Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker documentation on graphdb page cache #33

Open
jjkoehorst opened this issue Jan 30, 2023 · 0 comments
Open

Docker documentation on graphdb page cache #33

jjkoehorst opened this issue Jan 30, 2023 · 0 comments

Comments

@jjkoehorst
Copy link

The command on the docker hub page:

docker run -p 127.0.0.1:7200:7200 --name graphdb-instance-name -t ontotext/graphdb:tag -Dgraphdb.global.page.cache=3G

Throws an error as the global page cache is a boolean according to graphdb.

I currently got no errors with:

-Dgraphdb.global.page.cache=true -Dgraphdb.page.cache.size=3G

but not sure if this is the best way to increase the memory for the docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant