[
https://issues.jboss.org/browse/ISPN-8464?page=com.atlassian.jira.plugin....
]
Sebastian Łaskawiec commented on ISPN-8464:
-------------------------------------------
Obtained directory size by:
* Running Shared Memory Service
* SSH to the docker container {{docker exec -it `docker ps
--filter="ancestor=jboss-dataservices/datagrid-online-services-dev"
--format={{.ID}}` bash }}
* Executing load tests against the container
* Checking {{$JBOSS_HOME/standalone/data}} directory:
{code}
du -csh /opt/datagrid/standalone/data/*
4.0K /opt/datagrid/standalone/data/content
20K /opt/datagrid/standalone/data/datagrid-infinispan
8.0K /opt/datagrid/standalone/data/kernel
12K /opt/datagrid/standalone/data/tmp
12K /opt/datagrid/standalone/data/tx-object-store
56K total
{code}
Setting it to 256K.
Calculate & adjust default persistence size
-------------------------------------------
Key: ISPN-8464
URL:
https://issues.jboss.org/browse/ISPN-8464
Project: Infinispan
Issue Type: Enhancement
Components: Cloud Integrations
Reporter: Pedro Zapata
Assignee: Sebastian Łaskawiec
Priority: Minor
There's a persistence volume claim of 1GiB. However, the amount of data to be stored
for runtime info, given no cache store will be used, should be minimal.
Goal: get some measures of the expected amount of persistent space consumed and reduce
the 1GiB claim to a more adjusted amount.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)