记一次项目启动卡死不动,控制台无错误信息

 

 

 

*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0

 

 

原因,jdk17升级jdk18改配置参数就行了

-Xmx2048m -XX:MetaspaceSize=512m -XX:MaxMetaspaceSize=1024m -Xss2m

相关文章:

  • 2021-09-15
  • 2021-07-14
  • 2021-03-31
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-01-15
猜你喜欢
  • 2021-08-27
  • 2021-10-20
  • 2021-05-07
  • 2021-11-04
  • 2021-04-17
  • 2021-04-12
  • 2021-09-06
相关资源
相似解决方案