Thomas Tauber-Marshall has posted comments on this change. Change subject: IMPALA-5080: OutOfMemory PermGen space ......................................................................
Patch Set 2: (1 comment) > (1 comment) > > Have you tried Bharath's URLClassLoader.close() suggestion? Yes, and I found it made no difference. http://gerrit.cloudera.org:8080/#/c/6642/1/bin/impala-config.sh File bin/impala-config.sh: Line 430: export LIBHDFS_OPTS="${LIBHDFS_OPTS:-} -Djava.library.path=${HADOOP_LIB_DIR}/native/" > extra space after 128m The point of the extra space was to avoid it colliding with what's added on l434, but I realize that was actually intended to be part of the java.library.path, so I moved the maxpermgen to its own line below. -- To view, visit http://gerrit.cloudera.org:8080/6642 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iccfb69cdf7958e053890089db6a82ad491fb5b9d Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-HasComments: Yes
