Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove the compressed oops option, as its enabled by default on lates…
…t jdks
  • Loading branch information
kimchy committed Aug 3, 2011
1 parent f8f0c26 commit 5845baa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/elasticsearch.bat
Expand Up @@ -25,10 +25,6 @@ REM Enable aggressive optimizations in the JVM
REM - Disabled by default as it might cause the JVM to crash
REM set JAVA_OPTS=%JAVA_OPTS% -XX:+AggressiveOpts

REM Enable reference compression, reducing memory overhead on 64bit JVMs
REM - Disabled by default as it is not stable for Sun JVM before 6u19
REM set JAVA_OPTS=%JAVA_OPTS% -XX:+UseCompressedOops

set JAVA_OPTS=%JAVA_OPTS% -XX:+UseParNewGC
set JAVA_OPTS=%JAVA_OPTS% -XX:+UseConcMarkSweepGC
set JAVA_OPTS=%JAVA_OPTS% -XX:+CMSParallelRemarkEnabled
Expand Down

0 comments on commit 5845baa

Please sign in to comment.