I use a Peer Manager in my project (nrf52832, SDK13.1). Peer manager use FDS, but i also want to use FDS for storing user data. As i know, FDS module use 1 virtural page for garbage collector. Can my FDS instance for user data and Peer manager use a one gc virtual page for two? Thx.