开发者

生产环境jvm参数设置

0
  • 生产环境jvm常用的参数设置建议分享

    目录1. 基础内存设置1.1 Xms和Xmx1.2 新生代与老年代比例2. 垃圾回收器选择2.1 G1垃圾回收器2.2 ZGC垃圾回收器3. 其他常用参数3.1 线程栈大小3.2 类加载3.3 日志记录4. 监控与调优4.1 使用JMX监控4.2 使用VisualVM常[详细]

    2025-04-19 10:24 分类:开发
  • cross compiling using visual studio 2005

    I compiled a x64 application in win32 development environment.. When I run that binary in 64 bit intel machine , the following error is displayed[详细]

    2022-12-29 00:48 分类:问答