Regarding Increase the Versioning Bundle Cache

Hello Team,

I am currently working on upgrade 12.6. So I am following steps mentioned on below url:
https://documentation.bloomreach.com/12/library/upgrade-minor-versions/upgrade-12.5-to-12.6.html

As mentioned under “Increase the Versioning Bundle Cache” section, we should configure the bundle cache size 1/4 of bundle cache size in repository.xml
But I am not able to find repository.xml on local env.

Can you please help me to locate that?

Thanks in advance.

Regards,
Priyanka

that is not really relevant for local environment (h2 database) , you can override it though by providing
system parameter:
-Drepo.config=file:some/path/repository.xml"

see:

Thank you for your quick reply.