The /vashare disk can grow quickly if Personal Storage is enabled.
To constrain growth, set disk space quotas. See Managing and Restricting Filr-Based Storage
in the OpenText Filr : Administrative UI Reference.
The /vastorage disk will see the most growth because this is where the indexes reside.
SQL disk space growth is confined to the database (/vastorage on the PostgreSQL appliance).
Depending on the current size of /vastorage, you should expand /vastorage to allow for growth as follows:
After synchronizing the first 20 million files, run the following query on the database.
SELECT pg_size_pretty(pg_database_size('<database name>')) as "Database Size";
Based on the results, calculate the disk space required for 100 Million files.
Include anticipated growth that in the total.
For for tuning the PostgreSQL database, see .