SDFAB-330 Enable ZGC by default. Support P4RT translation

Change-Id: I1f18387bfd3c8bf44846048ef3ac188105d43972
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