Github user denalex commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1306#discussion_r148685296
--- Diff: pxf/pxf-service/src/scripts/pxf-env.sh ---
@@ -41,6 +41,9 @@ fi
# Port
export PXF_PORT=${PXF_PORT:-51200}
+# Memory
+export PXF_HEAP_OPTS="-Xmx2g -Xms1g"
--- End diff --
I would call these PXF_JVM_OPTS since there can be other options here (like
GC setting, etc)---
