I am getting:
FATAL: Bounds exceeds available space : size=262144, offset=2开发者_如何学编程62145
java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=262144, offset=262145
at com.sun.jna.Memory.boundsCheck(Memory.java:168)
at com.sun.jna.Memory.getByte(Memory.java:394)
...
at the end of every build.
There's a bug in recent builds that causes this, but the work around is to add
-Dhudson.util.ProcessTreeKiller.disable=true
to the start-up command of the tomcat. One way is to add it to JAVA_OPTS
in <tomcat-home>/bin/startup.sh
精彩评论