What can fill my UNIX file system, as I'm using a partition database to store my data

This could be large lists filling Reality's host platform /tmp file system.

If you're getting error message RliWriteBlock: <2037> File system full
Reality, by default, uses ./file_system_where_partition_is_defined/tmp to store large lists

You may need to tell Reality to store its large lists somewhere else.
For example, create a directory in /home, say mkdir /home/reality_tmp
chmod 777 /home/reality_tmp and set the environment variable TMPDIR=/home/reality_tmp
This can be added to $REALROOT/files/realityrc so that only reality processes see it and will take effect for all new reality processes started.

Alternatively, the database configuration parameter TempDir=/home/reality_tmp could be set in file_system_where_partition_is_defined/configs/config, but this requires shutting down the database to take affect.

Back to articles