-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot reserve 104857600 bytes of direct buffer memory #448
Comments
It can be fixed after merging this PR #438 . But need to be tested. @seet61 can you give more details about requests? It could help to reproduce this behavior. |
@ArtDu thanks, I will be waiting of them. My project use tarantool cartridge claster for caching huge responses of master system, SOAP responses from 10kB to 5 MB. I'm using TarantoolClient from docs example
Each client initialise 10 connection to each router. |
If you work with high load project, and start you app -XX:ReservedCodeCacheSize=512m -XX:MaxMetaspaceSize=512m -XX:MaxDirectMemorySize=256m, after small period 1-2 hours yoe got exception and hisgh cpu of VM.
Without keys everithing is ok
Dependencies:
CPU of VM at problem time
The text was updated successfully, but these errors were encountered: