[MINOR] Update deprecated Java 7 JVM options

Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/b3cf60ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/b3cf60ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/b3cf60ff

Branch: refs/heads/master
Commit: b3cf60ff9c928df8230e82cad72cffbdf7f97b2b
Parents: c894999
Author: Luciano Resende <lrese...@apache.org>
Authored: Thu Jul 26 11:11:59 2018 -0400
Committer: Luciano Resende <lrese...@apache.org>
Committed: Thu Jul 26 11:11:59 2018 -0400

----------------------------------------------------------------------
 .jvmopts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/b3cf60ff/.jvmopts
----------------------------------------------------------------------
diff --git a/.jvmopts b/.jvmopts
index bbd3597..3c565ee 100644
--- a/.jvmopts
+++ b/.jvmopts
@@ -17,7 +17,9 @@
 -Xms1024M
 -Xmx4096M
 -Xss2m
--XX:MaxPermSize=1024M
+-XX:MetaspaceSize=1024m
+-XX:+UseCompressedOops
+-XX:+UseCompressedClassPointers
 -XX:ReservedCodeCacheSize=256M
 -XX:+TieredCompilation
 -XX:+CMSPermGenSweepingEnabled

Reply via email to