Skip to content

Commit

Permalink
[tests] add Virtuoso parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Sep 4, 2024
1 parent a09fb37 commit 1387619
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ services:
- '9000:8890'
networks:
- shaclapi_test
environment:
VIRT_PARAMETERS_NUMBEROFBUFFERS: 340000
VIRT_PARAMETERS_MAXDIRTYBUFFERS: 250000
VIRT_PARAMETERS_MAXQUERYMEM: 2G
VIRT_SPARQL_MAXQUERYCOSTESTIMATIONTIME: 0
VIRT_SPARQL_MAXQUERYEXECUTIONTIME: 0

shaclapi:
build: ..
container_name: shaclapi
Expand Down

0 comments on commit 1387619

Please sign in to comment.