cloudstack/packaging/systemd
Rohit Yadav b27b8d0f0a
packaging: enable Parallel Collector GC for management server (#4407)
The default GC algorithm G1 that is enabled by default with Java11
serves well on multiprocessor machines with large amount of memory where
GC is probablistic with low pauses, where response time is more
important than throughput and GC is kept shorter.

The CloudStack management server is largely a multi-threaded server
application that handles and orchestrates several network requests, and
has the default max. heap size of only 2G that can be considered a
small/medium application from a heap size perspective. Perhaps a more
aggresive GC algorithm such as ParallelGC as used in Java8 and before
(that is previous CloudStack releases) would serve better for throughput
and cause more aggresive GC.

Reference: https://docs.oracle.com/en/java/javase/11/gctuning/available-collectors.html#GUID-13943556-F521-4287-AAAA-AE5DE68777CD

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2020-10-19 13:10:53 +05:30
..
cloudstack-agent.default Fix conflict and merge forward PR #3163 from 4.11 to master (4.12) 2019-02-04 23:53:19 -02:00
cloudstack-agent.service systemd dependency on db (#3973) 2020-03-25 19:57:12 +01:00
cloudstack-management.default packaging: enable Parallel Collector GC for management server (#4407) 2020-10-19 13:10:53 +05:30
cloudstack-management.service systemd dependency on db (#3973) 2020-03-25 19:57:12 +01:00
cloudstack-rolling-maintenance@.service [KVM] Rolling maintenance (#3610) 2020-03-12 16:59:46 +01:00
cloudstack-usage.default systemd: Fix -Dpid arg passing to systemd usage service (#3210) 2019-03-14 09:19:12 -03:00
cloudstack-usage.service systemd dependency on db (#3973) 2020-03-25 19:57:12 +01:00