-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
3.0Target is 3.0 and all newer release/master branchesTarget is 3.0 and all newer release/master branchesfeatureA new functionalityA new functionality
Description
Since enabling of GC64 Lua memory can go very high, leading to unexpected OOM across the whole server, instead of just pure OutOfMemory exception inside single instance. So, we need to implement explisit option to cap the memory with ability to change it.
Proposal: new option in section lua:
lua:
memory: 2147483648Default value should be set to 2Gb (2147483648)
Like memtx.memory it could not be lowered, but it whould be good to have an ability to raise it dynamically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.0Target is 3.0 and all newer release/master branchesTarget is 3.0 and all newer release/master branchesfeatureA new functionalityA new functionality