Skip to content

Commit

Permalink
Set global_alloc_limit to 0 as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Varkoly committed Aug 17, 2023
2 parents 1b3fee8 + 8e0801d commit 0c1841b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/yast2-sap-ha.changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-------------------------------------------------------------------
Mon Aug 7 05:13:47 UTC 2023 - Peter Varkoly <[email protected]>

- Set default value for global_alloc_limit to "0"
- Fix evaluation CustOpt settings. (bsc#1209204)
- Remove superfluously BuildRequires: HANA-Firewall
- 4.4.5
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sap_ha/configuration/hana.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def additional_instance=(value)
@additional_instance = value
return unless value
@production_constraints = {
global_alloc_limit: 0,
global_alloc_limit: "0",
preload_column_tables: "false"
}
end
Expand Down

0 comments on commit 0c1841b

Please sign in to comment.