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

skeema / skeema / 6751245612
92%

Build:
DEFAULT BRANCH: main
Ran 03 Nov 2023 11:50PM UTC
Jobs 1
Files 74
Run time 5s
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

03 Nov 2023 11:42PM UTC coverage: 93.411% (+0.008%) from 93.403%
6751245612

push

github

evanelias
docker: reduce resource consumption of ephemeral databases

This commit reduces the memory and disk consumption of ephemeral Dockerized
database servers created by Skeema's workspace=docker option, as well as by
Skeema's integration test suites. Newly created Dockerized instances now have
the following additional settings applied:

* Use 32MB InnoDB buffer pool (instead of default of 128MB)
* Use 16MB InnoDB redo log files each (instead of default of 48MB-96MB each)
* Disable performance_schema, which reduces memory consumption by upwards of
  400MB in MySQL 5.6 (less in other flavors, but still noticeable)

These settings are only applied to newly-created Docker containers. If you
have existing Skeema-managed containers (either from workspace=docker without
docker-cleanup=destroy, or from Skeema integration tests), you must manually
remove them first if you wish for Skeema to recreate them with the new lower
resource usage settings.

24 of 25 new or added lines in 2 files covered. (96.0%)

9498 of 10168 relevant lines covered (93.41%)

1.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6751245612.1 03 Nov 2023 11:50PM UTC 0
93.41
GitHub Action Run
Source Files on build 6751245612
Detailed source file information is not available for this build.
  • Back to Repo
  • 22d4b9b6 on github
  • Prev Build on main (#6726204164)
  • Next Build on main (#6762477726)
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