Skip to content

Commit

Permalink
enable rollsite gc
Browse files Browse the repository at this point in the history
Signed-off-by: sagewe <wbwmat@gmail.com>
  • Loading branch information
sagewe committed Dec 25, 2023
1 parent b6c058f commit 315a2ec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ private void initEggroll(OsxContext context, Proxy.Packet firstRequest) {
rpOptions.put(Dict.SERDES, rsHeader.getOptions().getOrDefault("serdes", SerdesTypes.PICKLE.name()));
}

// use in-memory store here
rpOptions.put(Dict.STORE_TYPE_SNAKECASE, "IN_MEMORY");

// table creates here
RollPair rp = ctx.load(namespace, name, rpOptions);
Integer partitionId = rsHeader.getPartitionId();
Expand Down

0 comments on commit 315a2ec

Please sign in to comment.