You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
* Fixes of bugs from ASAN warnings, part one * MQC as static library, with nifty counter for global map and mutex * Switch clang to 16 * link messageqcpp to execplan
24 lines
503 B
SYSTEMD
24 lines
503 B
SYSTEMD
[Unit]
|
|
Description=mcs-workernode
|
|
After=network.target mcs-loadbrm.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
|
|
User=@DEFAULT_USER@
|
|
Group=@DEFAULT_GROUP@
|
|
LimitNOFILE=65536
|
|
LimitNPROC=65536
|
|
LimitCORE=@CORE_DUMPS@
|
|
|
|
Environment="@WORKERNODE_ALLOC_CONFIG@"
|
|
ExecStart=@ENGINE_BINDIR@/workernode DBRM_Worker%i
|
|
ExecStopPost=@ENGINE_BINDIR@/mcs-savebrm.py
|
|
ExecStopPost=/usr/bin/env bash -c "clearShm > /dev/null 2>&1"
|
|
|
|
Restart=on-failure
|
|
TimeoutStopSec=750
|
|
|
|
EnvironmentFile=-/etc/columnstore/systemd.env
|
|
TimeoutStopSec=900
|