• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 12008939895 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 25 Nov 2024 11:35AM UTC
Files 518
Run time 27s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Nov 2024 11:20AM UTC coverage: 87.327% (-0.01%) from 87.341%
12008939895.1

push

github

Totktonada
config: add `lua.memory` option

Sometimes we need to limit Lua maximum available memory especially when
working in GC64 mode. Add the config property lua.memory to specify the
amount of memory used for Lua allocations.

The limit is implemented using a custom allocator supporting memory
limitation.

Closes #8881

@TarantoolBot document
Title: config: new `lua.memory` option.

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:
```yaml
lua:
    memory: 2147483648
```

69426 of 123266 branches covered (56.32%)

102360 of 117215 relevant lines covered (87.33%)

3017814.08 hits per line

Source Files on job 12008939895.1
  • Tree
  • List 0
  • Changed 433
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 12008939895
  • eaf401fe on github
  • Prev Job for on master (#11999430667.1)
  • Next Job for on master (#12009089729.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc