Hello All, As https://issues.apache.org/jira/browse/ASTERIXDB-1569 states, you can use multiples of the unit byte (e.g., KB, MB, GB ...) to specify a byte value in the following parameters in the configuration file. You can check out the current master codebase to apply the changes. You can also use comma and decimal in the byte value. For example, the following examples are all valid examples.
compiler.sortmemory = 5242880 compiler.sortmemory = 5,242,880 compiler.sortmemory = 5120kb compiler.sortmemory = 5120KB compiler.sortmemory = 5,120KB compiler.sortmemory = 5MB compiler.sortmemory = 5mb compiler.sortmemory = 0.5GB *Applied parameters*: compiler.sortmemory compiler.groupmemory compiler.joinmemory compiler.framesize feed.memory.global.budget replication.log.buffer.pagesize storage.buffercache.pagesize storage.buffercache.size storage.memorycomponent.pagesize storage.memorycomponent.globalbudget txn.log.buffer.pagesize txn.log.partitionsize txn.job.recovery.memorysize Best, Taewoo
