table of contents
TARANTOOL_INSTANCE(1) | tarantool instances control | TARANTOOL_INSTANCE(1) |
NAME¶
tarantool_instance - utility to start/stop tarantool instances
SINOPSYS¶
tarantool_instance NAME start tarantool_instance NAME stop
DESCRIPTION¶
The utility seeks instance in /etc/tarantool/instances.enabled/ directory. It seeks /etc/tarantool/instances.enabled/NAME.cfg, but You can use filepath instead NAME.
The utility extends tarantool's configs by the following variables:
- file_descriptors = COUNT
- You can set sockets limit for the instance.
The utility copies instance's config to directory /var/lib/tarantool/started/, exclude additional variables, then starts or stops instance.
In the first starting the utilitie creates /var/lib/tarantool/snapshot/NAME directory and empty snapshot inside the directory.
2016-12-09 | perl v5.24.1 |