Example 2:
Set the size of the expanded storage to 256 MB. Do not lock the memory into the storage.
DEFSTORE XSTORE 256
or
DEFSTORE XSTORE 256M
or
DEFSTORE XSTORE 256 UNLOCK
or
DEFSTORE XSTORE 256M UNLOCK
Example 3:
Set the the main storage to 2 GB, the expanded storage to 512 MB and lock the memory into the storage.
DEFSTORE MAIN 2048 LOCK XSTORE 512 LOCK
or
DEFSTORE MAIN 2048M LOCK XSTORE 512M LOCK
or
DEFSTORE MAIN 2G LOCK XSTORE 512M LOCK