Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在运行时设置 Java GC 日志文件 (-Xloggc:) 吗?而不是作为 VM 选项?
我只想从我的应用程序配置文件中设置 GC 日志文件,而不是 vm 选项
谢谢
您不能更改不是D在运行时开始的属性,因此在这种情况下您不能。无法在运行时更改垃圾收集器日志。
D