-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jemalloc package to missing job specs
Some jobs consume the linked property `use_jemalloc_memory_allocator` to enable jemalloc but don't specify the required package in their spec file. Resulting in jemalloc not being used. Thus the missing packages need be added. Related to commit 62c5d07/ PR #367 where we added experimental jemalloc support for all ccng based jobs.
- Loading branch information
Showing
5 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ packages: | |
- capi_utils | ||
- cloud_controller_ng | ||
- libpq | ||
- jemalloc | ||
- mariadb_connector_c | ||
- ruby-3.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ packages: | |
- nginx | ||
- nginx_newrelic_plugin | ||
- libpq | ||
- jemalloc | ||
- mariadb_connector_c | ||
- ruby-3.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ packages: | |
- nginx | ||
- nginx_newrelic_plugin | ||
- libpq | ||
- jemalloc | ||
- mariadb_connector_c | ||
- ruby-3.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ packages: | |
- capi_utils | ||
- cloud_controller_ng | ||
- libpq | ||
- jemalloc | ||
- mariadb_connector_c | ||
- ruby-3.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters