tarantool/tarantool-operator

RAM reserve for the lua process

vanyarock01 opened this issue · 0 comments

The problem is that the lua process can take extra memory (within 2GB).
If we have a machine with 2gb of RAM and we run a tarantool instance with a 2gb requirement for memtix, then a problem may arise if the lua process takes up part of the memory. Namely, we cannot store 2 gb of data in the tarantool, since part of the memory will be occupied by the lua process.