Closed kdutia closed 2 years ago
I ran queries of varying sizes and manually monitored RAM and CPU usage using the command docker stats -a
vectors
has a consistent memory footprint, even when fetching a very large number (1000) of nearest neighbours.fuseki
memory usage can hit 3/4GB (~50% of total machine capacity) when faced with very large queries or a large number of queries. This number should go down over time due to Java's garbage collection.I've added restart:always
to both of these services in docker-compose.yml
so they should restart after a short break if either of them goes down.
current infrastructure costs: https://docs.google.com/spreadsheets/d/1uM39y1_KWpTYmsFJLET96-fpMRL_F5IJdPB75BDS0_c/edit#gid=0
SPARQL_ENDPOINT_PROXIED
env variablethor
working from env variable (CORS-proxied SPARQL endpoint)Getting demos working with SSL restrictions - options
SPARQL_ENDPOINT_PROXIED
env variable in EC2vectors
version. This was just because the entity being tested was missing.[x] re-deploy onto HC EC2 with monitoring set up to see why it goes down
[ ] setup redirect from deta to EC2 - can we switch bookmarklet over?