#[BUG] Can't add more than ten big queries into RequireAnyForUpdate

1 messages · Page 1 of 1 (latest)

manic zephyr
#

ArgumentException: Cannot allocate more than provided size in UnsafeScratchAllocator. Requested: 2062 Size: 2048 Capacity: 2048

Each query has 15 WithAny constraints.
Either error should specify exactly that this is not supported, or maybe let allocation have some fallback if this is not intended?

#

[BUG] Can't add more than ten big queries into RequireAnyForUpdate

#

@cobalt tiger

fallen verge
#

i could see this ending in a wontfix. usage with so many comps isn't great for the update call. might work around with a system that enables the system in question to reduce the load.

manic zephyr
fallen verge
#

ah that makes sense. certainly should have a fallback instead of erroring out.

cobalt tiger
#

the error message indeed sucks