SDFAB-330 Enable ZGC by default. Support P4RT translation

Change-Id: I1f18387bfd3c8bf44846048ef3ac188105d43972
diff --git a/VERSION b/VERSION
index f8f3c08..140333f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.18
+1.0.19
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index c345d0c..53b872a 100644
--- a/sdfabric/Chart.yaml
+++ b/sdfabric/Chart.yaml
@@ -7,7 +7,7 @@
 description: A chart to deploy all SD-Fabric components
 kubeVersion: ">=1.18.0"
 type: application
-version: 1.0.18
+version: 1.0.19
 keywords:
   - aether
   - sdn
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index 1db2550..e4b148a 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -19,6 +19,7 @@
     enabled: false
 
 onos-classic:
+  java_opts: -Xmx4G -Dlog4j2.formatMsgNoLookups=true -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
   image:
     repository: opennetworking/sdfabric-onos
     tag: master-2022-02-07
@@ -93,6 +94,10 @@
           "monitorHosts": "true",
           "probeRate": "10000"
         }
+      "org.onosproject.provider.general.device.impl.GeneralDeviceProvider": >
+        {
+          "readPortId": true
+        }
     # Please check the README to learn more
     # netcfg: >
     #     {
@@ -126,6 +131,8 @@
     - "-bf_switchd_background=false"
     - "-colorlogtostderr=false"
     - "-logtostderr=true"
+    - "-experimental_enable_p4runtime_translation"
+    - "-incompatible_enable_bfrt_legacy_bytestring_responses"
 
   annotations:
     fluentbit.io/parser: stratum