We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb357e7 commit e233933Copy full SHA for e233933
ydb/core/tx/columnshard/common/limits.h
@@ -4,7 +4,7 @@
4
namespace NKikimr::NOlap {
5
class TGlobalLimits {
6
public:
7
- static constexpr inline ui64 TxWriteLimitBytes = 312 * 1024 * 1024;
+ static constexpr inline ui64 TxWriteLimitBytes = 256 * 1024 * 1024;
8
static constexpr inline ui64 TTLCompactionMemoryLimit = 1ULL << 30;
9
static constexpr inline ui64 InsertCompactionMemoryLimit = 1ULL << 30;
10
static constexpr inline ui64 GeneralCompactionMemoryLimit = 3ULL << 30;
0 commit comments