File tree 1 file changed +5
-0
lines changed
src/content/doc-surrealdb/cli
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -560,6 +560,11 @@ These environment variables are used to configure the storage backend for Surrea
560
560
<td scope = " row" data-label = " Default" >4096</td >
561
561
<td scope = " row" data-label = " Notes" ></td >
562
562
</tr >
563
+ <tr >
564
+ <td scope = " row" data-label = " Env var" ><code >SURREAL_ROCKSDB_BLOCK_CACHE_SIZE</code ></td >
565
+ <td scope = " row" data-label = " Default" >Whichever is larger of "System total memory / 2 - 1GiB" and "512MiB"</td >
566
+ <td scope = " row" data-label = " Notes" >RocksDB <a href = " https://github.com/facebook/rocksdb/wiki/memory-usage-in-rocksdb" >block cache size</a > in bytes</td >
567
+ </tr >
563
568
<tr >
564
569
<td scope = " row" data-label = " Env var" ><code >SURREAL_ROCKSDB_KEEP_LOG_FILE_NUM</code ></td >
565
570
<td scope = " row" data-label = " Default" >20</td >
You can’t perform that action at this time.
0 commit comments