getTSDBCacheEngineSize

Syntax

getTSDBCacheEngineSize()

Arguments

None

Details

Return a LONG type data that indicates the maximum memory (in Bytes) allocated to the TSDB cache engine.

Examples

setTSDBCacheEngineSize(0.5)
getTSDBCacheEngineSize()
// output
536870912

Related function: setTSDBCacheEngineSize