-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rack cache with dalli caused max body error #781
Comments
Many requests of rgb_live_cells caused this problem |
cache: [GET /api/v1/addresses/ckb1qrgqep8saj8agswr30pls73hra28ry8jlnlc3ejzh3dl2ju7xxpjxqgqq9anc9wda5fc0d0fjngrvfahpumy5qatxs5vjqaf] miss |
Fragmentation causing memory to become unavailable Memcached’s memory management allocates fixed-size memory blocks to store data. If the size of the stored data varies significantly, it can lead to memory fragmentation. As a result, some memory may be free but unusable for storing new data, eventually leading to an “Out of memory” error. After restart it seems work. |
cache error: Value for body:9ffde88a435e3b77ae94fa0d7a0708771fa680b8 over max size: 1048576
Maybe caused by this PR:nervosnetwork/ckb-explorer@ffedb62
The text was updated successfully, but these errors were encountered: