mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
use GB instead of MB for postgres memory (#12528)
Co-authored-by: Brian Bergeron <brberger@microsoft.com>
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
"arc.postgres.server.group.cores.request": "Min CPU cores (per node) to reserve",
|
||||
"arc.postgres.server.group.cores.limit": "Max CPU cores (per node) to allow",
|
||||
"arc.postgres.server.group.cores.description": "Fractional cores are supported",
|
||||
"arc.postgres.server.group.memory.request": "Min memory MB (per node) to reserve",
|
||||
"arc.postgres.server.group.memory.limit": "Max memory MB (per node) to allow",
|
||||
"arc.postgres.server.group.memory.request": "Min memory GB (per node) to reserve",
|
||||
"arc.postgres.server.group.memory.limit": "Max memory GB (per node) to allow",
|
||||
"arc.agreement": "I accept {0} and {1}.",
|
||||
"arc.agreement.sql.terms.conditions":"Azure SQL managed instance - Azure Arc terms and conditions",
|
||||
"arc.agreement.postgres.terms.conditions":"Azure Arc enabled PostgreSQL Hyperscale terms and conditions",
|
||||
|
||||
Reference in New Issue
Block a user