aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-14 16:33:37 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-14 16:33:37 -0500
commit0e38da4b583f0227beca3a3f870c395f152c507a (patch)
treee4afcff6390ef2d4528ab4c16bc4c328f8607e56 /plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs
parent509ecc7ee4f6cd1d85e10c1e3f7e8303edbd94ae (diff)
Utils updates
Diffstat (limited to 'plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs')
-rw-r--r--plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs b/plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs
index 85a7996..7b7b9fb 100644
--- a/plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs
+++ b/plugins/ObjectCacheServer/src/ObjectCacheServerEntry.cs
@@ -74,7 +74,7 @@ namespace VNLib.Plugins.Essentials.Sessions.Server
protected override void OnLoad()
{
//Create default heap
- IUnmangedHeap CacheHeap = Memory.InitializeNewHeapForProcess();
+ IUnmangedHeap CacheHeap = MemoryUtil.InitializeNewHeapForProcess();
try
{
IReadOnlyDictionary<string, JsonElement> clusterConf = this.GetConfig("cluster");