Oran Agra
dee0d11a74
Avoid OOM error on very big args due to allocation of very big query buffer ( #14327 )
...
We have code to assume that if we're facing a big argument, then the
next argument is likely to be very big too, so we allocate another huge
query buffer.
This will backfire and return OOM error on any command with an argument
that's larger than half the memory limit (even if the db completely
empty).
To mitigate that, we reserve query buffer for another big argument, only
if that big argument is less than 1/30 of the memory limit.
2025-09-07 16:56:38 +03:00
..
2025-07-01 20:26:51 +03:00
2025-08-27 22:25:32 +08:00
2025-09-01 08:36:38 +08:00
2025-01-13 21:20:19 +02:00
2024-05-30 22:09:30 +08:00
2023-04-12 09:19:21 +03:00
2025-05-01 14:04:22 +01:00
2023-05-18 12:16:46 +03:00
2025-05-20 10:45:50 +03:00
2025-06-02 10:13:23 +03:00
2025-05-28 08:02:10 +03:00
2025-07-28 10:19:33 +03:00
2024-07-16 09:28:47 +08:00
2023-06-20 12:50:03 +03:00
2025-07-31 11:51:04 +03:00
2022-02-08 13:14:42 +02:00
2025-05-19 16:59:21 +03:00
2025-07-18 18:24:28 +08:00
2024-09-12 11:33:26 +03:00
2025-06-16 10:06:43 +08:00
2024-10-08 20:55:44 +03:00
2023-08-27 11:42:55 +03:00
2025-04-13 20:32:16 +08:00
2021-06-09 15:13:24 +03:00
2025-09-07 16:56:38 +03:00
2025-08-27 11:11:59 +08:00
2024-02-29 09:48:20 +02:00
2025-06-30 09:37:17 +08:00
2025-06-30 09:37:17 +08:00
2024-03-05 14:42:28 +02:00
2025-03-20 10:35:53 +08:00
2025-07-24 15:20:04 +08:00
2011-05-20 11:44:54 +02:00
2025-08-27 11:11:59 +08:00
2025-07-21 13:59:01 +03:00
2024-12-23 14:16:40 +08:00
2025-05-01 14:04:22 +01:00
2023-06-12 14:05:34 +03:00
2022-03-01 14:40:29 +02:00
2025-02-05 20:49:42 +02:00
2025-08-25 15:13:11 +08:00
2023-04-18 16:14:26 +03:00
2024-01-22 16:01:04 -08:00
2024-10-22 09:55:00 +08:00
2021-03-22 13:27:46 +02:00
2023-09-08 16:10:17 +03:00
2022-04-24 17:29:35 +03:00
2025-07-24 15:20:04 +08:00