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

tarantool / tarantool / 12008939895
88%

Build:
DEFAULT BRANCH: master
Ran 25 Nov 2024 11:35AM UTC
Jobs 1
Files 518
Run time 1min
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

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

Jobs
ID Job ID Ran Files Coverage
1 12008939895.1 25 Nov 2024 11:35AM UTC 0
87.33
GitHub Action Run
Source Files on build 12008939895
Detailed source file information is not available for this build.
  • Back to Repo
  • eaf401fe on github
  • Prev Build on master (#11999430667)
  • Next Build on master (#12009089729)
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