File tree 1 file changed +4
-4
lines changed
doc/reference/configuration
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ server will be used or if ports need to be opened. For example, suppose
243
243
#!/usr/bin/env tarantool
244
244
box.cfg{
245
245
listen = os.getenv("LISTEN_URI"),
246
- memtx_memory = 100000 ,
246
+ memtx_memory = 33554432 ,
247
247
pid_file = "tarantool.pid",
248
248
wal_max_size = 2500
249
249
}
@@ -257,12 +257,12 @@ Then the screen might look like this:
257
257
258
258
$ export LISTEN_URI=3301
259
259
$ ~/tarantool/src/tarantool script.lua ARG
260
- ... main/101/script.lua C> version 1.7.0-1216-g73f7154
260
+ ... main/101/script.lua C> Tarantool 2.8.3-0-g01023dbc2
261
261
... main/101/script.lua C> log level 5
262
- ... main/101/script.lua I> mapping 107374184 bytes for a shared arena...
262
+ ... main/101/script.lua I> mapping 33554432 bytes for memtx tuple arena...
263
263
... main/101/script.lua I> recovery start
264
264
... main/101/script.lua I> recovering from './00000000000000000000.snap'
265
- ... main/101/script.lua I> primary: bound to 0.0.0.0: 3301
265
+ ... main/101/script.lua I> set 'listen' configuration option to " 3301"
266
266
... main/102/leave_local_hot_standby I> ready to accept requests
267
267
Starting ARG
268
268
... main C> entering the event loop
You can’t perform that action at this time.
0 commit comments