Documentation Error; Sonic XIS XML Database; Setting Address Size and Cache

public void setAddressSpaceSize(long size) - The documentation says that size is 'the size in megabytes.' However, it really needs to be the size in kilobytes.

public void setSize(long size) - The documentation says that size is 'the size in megabytes.' However, it really needs to be the size in kilobytes.

Most of the time, you won't be dynamically changing the sizes so it's probably better to use the com.exln.dxe.defaultcachesize and com.exln.dxe.defaultassize parameters in the xlnserver.properties file. Note that these values should be in bytes!