Increase #tds limit

Quick feature request.
I was testing a bunch of stuff - with a lot of custom assets on my server.
I hit this crash:

[    718110] GlobalError: <<unknown pool>> Pool Full, Size == 65500 (you need to raise <<unknown pool>> PoolSize in common/data/gameconfig.xml)
[    718125] GlobalError: An exception occurred (c0000005 at 0x1405a0df1) during execution of the INIT_SESSION function for CExtraContentWrapper. The game will be terminated.
[    719188] Process crash captured. Crash dialog content:
[    719188] FiveM has encountered an error
[    719204] Recursive error: An exception occurred (c0000005 at 0x1405a0df1) during execution of the INIT_SESSION function for CExtraContentWrapper. The game will be terminated.

So this current limit is 65500, with addons clothes, custom interiors etc… it can be quickly annoying.
So since I believe R* increases this limit with each DLC it could be easy/not dangerous to increase it?

What is this #tds limit? And what assets fill it up?

no, txdstore is 16 bit and expanding it is not easy and likely very dangerous

1 Like

Didn’t R* when they increased the drawable store to use 32-bit ints all the other stores were increased too ?

1 Like

yes, but that doesn’t mean that everything else that uses a txdstore id got increased

not everything used rage::strLocalId to reference these, some used bitfields, etc.

1 Like

Did you find out any solution to increase poolside?
Players keeping losing clothes at the start…

?

Use game build 2060 or above.

We are using 2189 at the moment, and it still happends ?

1 Like

Then it’s not related to this topic.