yangzhg opened a new issue #4064: URL: https://github.com/apache/incubator-doris/issues/4064
The variable exec_mem_limit in the current code only supports one byte as a unit. When the value is large, it is easy to make mistakes. Even using statements such as 1*1024*1024 is still not very convenient, so you need to support the use of B/K/KB/M/ MB/G/GB/T/TB/P/PB as the unit setting method For example `set exec_mem_limit=2G` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
