Changes between Version 42 and Version 43 of WebKitGTK/Debugging
- Timestamp:
- Sep 13, 2022, 2:39:37 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Debugging
v42 v43 111 111 == With Systemd and coredumpctl enabled 112 112 113 First, make sure systemd-coredump will not truncate its coredumps, add a `/etc/systemd/coredump.conf.d/tune.conf` file containing 114 {{{ 115 [Coredump] 116 ProcessSizeMax=12G 117 ExternalSizeMax=12G 118 }}} 119 113 120 {{{ 114 121 #!sh