When using the default option, the tablespaces are created using default values for initial size and growth increment. The following is an example of how to select the default option when using the --tablespaceoption command line switch:
--tablespaceoption "default"
For information on how specify the default option in a Foundation DBUtils JSON configuration file, see Modifying the JSON Configuration File.
The default values for initial size and growth increment are:
Tablespace Name |
Initial Size (in MB) |
Growth Increment (in MB) |
---|---|---|
DBSpace1 |
100 |
100 |
DBSpace2 |
200 |
100 |
DBSpace2i |
200 |
100 |
DBSpace3 |
50 |
50 |
DBSpace3i |
50 |
50 |
DBSpace4 |
50 |
50 |
DBSpace5 |
50 |
50 |
DBSpace6 |
200 |
100 |
DBSpace6i |
200 |
100 |
DBSpace7 |
50 |
100 |
DBSpace8 |
200 |
100 |
DBSpace9 |
200 |
100 |
DBSpace9i |
200 |
100 |
DBSpace10 |
100 |
100 |