ensured in-memory-cache is allocated to heap memory
All checks were successful
CI / build (push) Successful in 12m29s

This commit is contained in:
2025-03-11 12:29:43 +08:00
parent ede515e2ca
commit 222b475223
2 changed files with 8 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ data:
read-idle-timeout="PT30S"
write-idle-timeout="PT30S"/>
<event-executor use-virtual-threads="true"/>
<cache xs:type="rbcs:inMemoryCacheType" max-age="P7D" enable-compression="false" max-size="0x100000000" />
<cache xs:type="rbcs:inMemoryCacheType" max-age="P7D" enable-compression="false" max-size="0xb0000000" />
</rbcs:server>
---