Skip to content

Commit e233933

Browse files
fix tx writing limit (#10810)
1 parent fb357e7 commit e233933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/common/limits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace NKikimr::NOlap {
55
class TGlobalLimits {
66
public:
7-
static constexpr inline ui64 TxWriteLimitBytes = 312 * 1024 * 1024;
7+
static constexpr inline ui64 TxWriteLimitBytes = 256 * 1024 * 1024;
88
static constexpr inline ui64 TTLCompactionMemoryLimit = 1ULL << 30;
99
static constexpr inline ui64 InsertCompactionMemoryLimit = 1ULL << 30;
1010
static constexpr inline ui64 GeneralCompactionMemoryLimit = 3ULL << 30;

0 commit comments

Comments
 (0)