~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to render-bundles

  • Committer: 🤖 Landscape Builder
  • Author(s): Nobuto Murata
  • Date: 2019-08-19 17:11:18 UTC
  • mfrom: (50.1.1 landscape-bundles)
  • Revision ID: _landscape_builder-20190819171118-hm5ym2z0wnakus7i
Bump landscape-server's mem contraint to 4096

The current 2048 may cause OOM especially for periodic tasks such as
update_security_db.sh, LP: #1840209

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    "haproxy": {},
18
18
    "landscape": {
19
19
        "charm": "cs:bionic/landscape-server-31",
20
 
        "memory": 2048,
 
20
        "memory": 4096,
21
21
        # We defer to the default "install_sources" from the charm.
22
22
        "install_keys": "4652B4E6"}
23
23
}