meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:sw:openproject:performance [2025/08/05 12:00] – niziak | linux:sw:openproject:performance [2025/09/09 19:02] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== performance ====== | ====== performance ====== | ||
+ | |||
+ | ===== jemalloc ===== | ||
+ | |||
+ | <code bash> | ||
+ | apt install libjemalloc2 | ||
+ | mkdir / | ||
+ | mkdir / | ||
+ | |||
+ | cat - / | ||
+ | [Service] | ||
+ | Environment=LD_PRELOAD=/ | ||
+ | END | ||
+ | |||
+ | cp / | ||
+ | |||
+ | systemctl stop openproject | ||
+ | systemctl daemon-reload | ||
+ | systemctl start openproject | ||
+ | |||
+ | </ | ||
===== pgsql vacuum ===== | ===== pgsql vacuum ===== |