Replies: 1 comment
-
|
Also the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to increase the size of
SingleBufferAllocationLimitBytesbut I cannot find any option to do this, since this line is always forcing it to be lower or equals to the default value ofSingleBufferAllocationLimitBytesthat is 1GBAlso just some feedback on implementing a custom MemoryAllocator, I tried to create my own allocator class to workaround this but there are a lot of
privateandinternalthings that make it hard, and I found a blocker:ApplyOptionscannot be called at all, so it's not possible to create it's own allocatorBeta Was this translation helpful? Give feedback.
All reactions