-
Notifications
You must be signed in to change notification settings - Fork 43
Labels
3.3configserver[area] Task relates to Tarantool's server (core) functionality[area] Task relates to Tarantool's server (core) functionality
Description
Dev. issue: (tarantool/tarantool#9849)
Product: Tarantool
Since: 3.3.0
Root document:
- https://www.tarantool.io/en/doc/latest/reference/configuration/configuration_reference/
- (possibly somewhere) in https://www.tarantool.io/en/doc/latest/platform/app/
SME: @ georgiy-belyanin
Details
Maximum amount of memory available for can now be specified using
a lua.memory config option.
The value represents amount of memory available to Lua in bytes. By
default it equals to 2GB. The limit can't be less than 256MB. Both
increasing and decreasing the limit is allowed if there would be enough
unused memory after applying a new value. Otherwise, the instance should
be restarted for the new limit to be applied.
Example for limiting Lua memory with 2GB:
lua:
memory: 2147483648Requested by @georgiy-belyanin in tarantool/tarantool@eaf401f.
Metadata
Metadata
Assignees
Labels
3.3configserver[area] Task relates to Tarantool's server (core) functionality[area] Task relates to Tarantool's server (core) functionality