Open-source AI data analyst platform extracted from internal repo. Includes data sync engine, Keboola adapter, Flask web portal, server deployment scripts, and configuration templates.
43 lines
1.9 KiB
Text
43 lines
1.9 KiB
Text
# Resource limits for Data Broker Server users
|
|
# Deployed to /etc/security/limits.d/99-users.conf by deploy.sh
|
|
#
|
|
# Admin entries are managed by add-admin script (appended above the wildcard section)
|
|
# Wildcard rules at the bottom apply to all non-admin users
|
|
|
|
# === ADMIN ENTRIES (managed by add-admin - do not edit manually) ===
|
|
padak soft nproc unlimited
|
|
padak hard nproc unlimited
|
|
padak - as unlimited
|
|
padak - fsize unlimited
|
|
padak - nofile 65535
|
|
|
|
matejkys soft nproc unlimited
|
|
matejkys hard nproc unlimited
|
|
matejkys - as unlimited
|
|
matejkys - fsize unlimited
|
|
matejkys - nofile 65535
|
|
|
|
dasa soft nproc unlimited
|
|
dasa hard nproc unlimited
|
|
dasa - as unlimited
|
|
dasa - fsize unlimited
|
|
dasa - nofile 65535
|
|
|
|
deploy soft nproc unlimited
|
|
deploy hard nproc unlimited
|
|
deploy - as unlimited
|
|
deploy - fsize unlimited
|
|
deploy - nofile 65535
|
|
|
|
# NEW_ADMIN_ENTRY_ABOVE_THIS_LINE (do not remove this marker)
|
|
|
|
# === DEFAULT LIMITS (all other users - protection against fork bombs) ===
|
|
* soft nproc 100
|
|
* hard nproc 150
|
|
* soft as 4194304
|
|
* hard as 6291456
|
|
* soft fsize 2097152
|
|
* hard fsize 4194304
|
|
* soft nofile 1024
|
|
* hard nofile 2048
|
|
* hard core 0
|