ctx <- tiledb_ctx(limitTileDBCores())
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
# set tile cache size to custom value
cfg <- tiledb_config(c("sm.tile_cache_size" = "100"))
cfg["sm.tile_cache_size"]
Run the code above in your browser using DataLab