Github user WangTaoTheTonic commented on the pull request:
https://github.com/apache/spark/pull/5609#issuecomment-95787561
BTW I have tested on my cluster with setting
>export SPARK_DAEMON_MEMORY=1111m
export SPARK_DAEMON_JAVA_OPTS=" -Dx=y "
in spark-env.sh.
Before this patch the jinfo shows:
>
VM Flags:
-Xms512m -Xmx512m -XX:MaxPermSize=128m
After:
>VM Flags:
-Dx=y -Xms1111m -Xmx1111m -XX:MaxPermSize=128m
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]