All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Coolscript. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:29, 30 April 2026 Admin talk contribs created page Ollama Systemd Unit File Sample (Created page with "== Ollama systemd override (annotated) == === Resource limits === <code> MemoryMax=16G # hard RAM cap (kills process if exceeded)<br> MemoryHigh=14G # soft limit (throttling before hard cap)<br> CPUQuota=400% # limit to ~4 CPU cores </code> === File descriptors === <code> LimitNOFILE=1048576 # prevent "too many open files" </code> === Restart / stability === <code> Restart=on-failure # restart only on crashes<br> RestartSec=3 # delay before restart<br> StartLimitInter...")