Hi,
I’m creating a scalable archive solution. As part of the solution, I regularly check the stable memory size of an archive canister. It works fine. However, in testing with PocketIC ( rust ), I notice that my archive canister spins up with around 129 pages of stable memory. This means I have to insert a lot of data to my archive and set a threshold of 8MB for when a new archive canister should be created. Based on previous discussions i’ve had around ic-stable-structures I know that 8MB is allocated by default right?
Is there a way I can limit or set the amount of memory allocated for the StableBTreeMap when it is initialized?
Thanks,
Freddie