# 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) === 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