You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIG-VARS.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -257,8 +257,8 @@ jump_ip = "" # Assigned values for static IP addresses
257
257
| :--- | :--- | :--- | :--- | :--- |
258
258
| create_nfs | Creation flag | bool | false ||
259
259
| nfs_num_cpu | # of CPUs | number | 4 ||
260
-
| nfs_memory | Memory in MB | number |8092||
261
-
| nfs_disk_size | Size of disk in GB | number |250||
260
+
| nfs_memory | Memory in MB | number |16384||
261
+
| nfs_disk_size | Size of disk in GB | number |400||
262
262
| nfs_ip | Static IP for NFS server | string |||
263
263
264
264
Sample:
@@ -293,9 +293,9 @@ Each server element, like `foo = {}`, can contain none, some, or all of the para
293
293
294
294
| Name | Description | Type | Default | Notes |
295
295
| :--- | :--- | :--- | :--- | :--- |
296
-
| server_num_cpu | # of CPUs | number |8||
296
+
| server_num_cpu | # of CPUs | number |4||
297
297
| server_memory | Memory in MB | number | 16385 ||
298
-
| server_disk_size | Size of disk in GB | number |250||
298
+
| server_disk_size | Size of disk in GB | number |128||
299
299
| server_ip | Static IP address for PostgreSQL server | string || This is a required field. |
300
300
| server_version | The version of the PostgreSQL server | string | "15" | Refer to the [SAS Viya platform System Requirements](https://documentation.sas.com/?cdcId=sasadmincdc&cdcVersion=default&docsetId=itopssr&docsetTarget=p05lfgkwib3zxbn1t6nyihexp12n.htm#p1wq8ouke3c6ixn1la636df9oa1u) for the supported versions of PostgreSQL for the SAS Viya platform. |
Copy file name to clipboardExpand all lines: docs/REQUIREMENTS.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ The following table lists the minimum machine requirements that are needed to su
46
46
|**Control Plane**| 2 | 4 GB | 100 GB | You must have an odd number of nodes, 3 or more, in order to provide high availability (HA) for the cluster. | 1 |
47
47
|**Nodes**| xx | xx GB | xx GB | Nodes in the Kubernetes cluster. The number of machines varies, depending on multiple factors. Suggested capacities and information can be found in the sample files. | 3 |
48
48
|**Jump Server**| 4 | 8 GB | 100 GB | Bastion box that is used to access NFS mounts, share data, etc. | 1 |
49
-
|**NFS Server**|8| 16 GB |500 GB | Required server that is used to store persistent volumes for the cluster. Used for providing storage for the `default` storage class in the cluster. | 1 |
50
-
|**PostgreSQL Servers**|8| 16 GB |250 GB | PostgreSQL servers for your SAS Viya platform deployment. | 1..n |
49
+
|**NFS Server**|4| 16 GB |400 GB | Required server that is used to store persistent volumes for the cluster. Used for providing storage for the `default` storage class in the cluster. | 1 |
50
+
|**PostgreSQL Servers**|4| 16 GB |128 GB | PostgreSQL servers for your SAS Viya platform deployment. | 1..n |
51
51
52
52
### VMware vSphere or vCenter
53
53
@@ -682,6 +682,6 @@ The third-party applications that are listed in the following table are supporte
0 commit comments