-
Notifications
You must be signed in to change notification settings - Fork 106
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
MySQL Async High Tick, High Usage and Causing High Delays on Server #179
Comments
|
|
any fix with this? |
I also have the same error how to fix it? |
Apparently, es_extended is causing it to happen. There's a bug from the call outs of the identifier whenever it tries to save something using the identifier of the player. I upgraded my es_extended to a different version and it fixed the issue. You guys can try it. I am using a stand alone es_extended |
@iamrapgod Can you share the es_extended version git link you're using? Thnx in advance |
Where Ur es_extended ?? |
Can you share your es_extended ?
…On Fri, 6 May 2022 at 19:01, owtxmody ***@***.***> wrote:
Apparently, es_extended is causing it to happen. There's a bug from the
call outs of the identifier whenever it tries to save something using the
identifier of the player. I upgraded my es_extended to a different version
and it fixed the issue. You guys can try it. I am using a stand alone
es_extended
Where Ur es_extended ??
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUX6XMZPB2BX6C3UN6VLKXDVIT32DANCNFSM474YE6UA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Please provide a brief script that causes the error.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots / Logs
If applicable, add screenshots and Logs to help explain your problem.
[ script:mysql-async] [MariaDB:10.4.20-MariaDB-log] [WARNING] [esx_skin] [500ms] SELECT skin FROM users WHERE identifier = ? : ["steam:11000013624b544"]
[ citizen-server-impl] server thread hitch warning: timer interval of 521 milliseconds
Software:
Windows Server 2019
mysql-async 3.3.2
Additional context
Add any other context about the problem here.
max_connections=505
max_user_connections=500
max_allowed_packet=1G
query_cache_size=0
innodb_buffer_pool_size=26G
innodb_file_per_table=ON
thread_cache_size=32
innodb_buffer_pool_instances=6
key_buffer_size=9G
The text was updated successfully, but these errors were encountered: