Hi,
I'm with Hybris 6.7 on workstation with configuration 8 CPU cores and 32GB RAM.
Following are the local.properties I used for "DCEVM-8u181-installer-build2.jar" and "hotswap-agent-1.3.0.jar"
java.mem=6G
tomcat.maxthreads=200
tomcat.acceptcount=100
tomcat.debugjavaoptions=-Xms6g -Xmx6g -Xss256k -XXaltjvm=dcevm -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n -javaagent:/DCEVM/hotswap-agent-1.3.0.jar=autoHotswap=true,disablePlugin=Log4j2,disablePlugin=Spring,disablePlugin=Proxy,disablePlugin=AnonymousClassPatch,disablePlugin=ZK
tomcat.generaloptions=-Xmx6G
Hotswap stops working after I do ant build in one extension, with following error:
Exception in thread "Thread-3" java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at org.hotswap.agent.command.impl.SchedulerImpl.executeCommand(SchedulerImpl.java:119)
at org.hotswap.agent.command.impl.SchedulerImpl.processCommands(SchedulerImpl.java:92)
at org.hotswap.agent.command.impl.SchedulerImpl.access$100(SchedulerImpl.java:21)
at org.hotswap.agent.command.impl.SchedulerImpl$2.run(SchedulerImpl.java:128)
Can someone please help?
Thanks,
Karthik