home‎ > ‎param‎ > ‎

func=spsize

Change the storage pool sizes for this space.

usage

infx param func=spsize space size ext
     set storage pool sizes
       required:
         space - the storage space name
         size - the size in mb or add g/k for gb/kb
         ext - is this file/device extendable

example

demo1b@bobii:/home/informix>infx param func=spsize space=root size=100 ext=25

execute function task('modify space sp_sizes','root','100000','25000')

Succeeded: Create size changed to 100000, Extend size  changed to 25000, for DBspace root.