misc updates
This commit is contained in:
@@ -152,11 +152,11 @@
|
||||
# Prevent coredump issues with Antigravity - https://www.perplexity.ai/search/systemd-coredump-high-cpu-on-n-LUnRQViaRuiDn1LR06hU8w#2
|
||||
systemd.coredump = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
Storage=none
|
||||
ProcessSizeMax=50M
|
||||
MaxUse=100M
|
||||
'';
|
||||
settings.Coredump = {
|
||||
Storage = "none";
|
||||
ProcessSizeMax = "50M";
|
||||
MaxUse = "100M";
|
||||
};
|
||||
};
|
||||
|
||||
# Caddy
|
||||
|
||||
Reference in New Issue
Block a user