欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

Mac idea Translated Report (Full Report Below)

最编程 2024-02-13 18:45:00
...
# 问题描述:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               idea [876]
Path:                  /Applications/IntelliJ IDEA.app/Contents/MacOS/idea
Identifier:            com.jetbrains.intellij
Version:               2018.3.4 (IU-183.5429.30)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-04-12 11:14:51.2577 +0800
OS Version:            macOS 12.6.1 (21G217)
Report Version:        12
Anonymous UUID:        4035E600-A757-8F08-1B7A-13D8D71DEF5B


Time Awake Since Boot: 210 seconds
# ......略
一、打开finder->应用程序->idea.app->右键->显示包内容->然后MaxOS->双击shell脚本(idea);
Last login: Wed Apr 12 11:30:32 on ttys001
/Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea ; exit;

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
bogon:~ ds$ /Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea ; exit;
2023-04-12 11:35:07.734 idea[1401:25489] allVms required 1.8*,1.8+
2023-04-12 11:35:07.737 idea[1401:25494] Value of IDEA_VM_OPTIONS is (null)
2023-04-12 11:35:07.737 idea[1401:25494] Processing VMOptions file at /Users/ds/Library/Preferences/IntelliJIdea2018.3/idea.vmoptions
2023-04-12 11:35:07.737 idea[1401:25494] Done


***************************************************
*           Jetbrains Ides Crack v4.2             *
*                                                 *
*  rover12421@163.com                             *
*  http://www.rover12421.com                      *
*  QQ Group: 126896013                            *
*  https://plus.google.com/+Rover12421            *
*  https://t.me/sniarbtejchannel                  *
*  https://t.me/sniarbtej                         *
*                                                 *
*  If u want join WeChat group,                   *
*  please search "rover12421" on WeChat.          *
*  Remark "join Jetbrains Group".                 *
*                                                 *
*                                    2019/01/10   *
*                                                 *
***************************************************


Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.
Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.
Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.
Apr 12, 2023 11:35:21 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetNode
警告: RuleSet description is missing. Future versions of PMD will require it.
Apr 12, 2023 11:35:22 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetNode
警告: RuleSet description is missing. Future versions of PMD will require it.
二、复制你的idea.vmoptions所在路径;
例如:/Users/ds/Library/Preferences/IntelliJIdea2018.3/idea.vmoptions
  1 -Xms128m
  2 -Xmx750m
  3 -XX:ReservedCodeCacheSize=240m
  4 -XX:+UseCompressedOops
  5 -Dfile.encoding=UTF-8
  6 -XX:+UseConcMarkSweepGC
  7 -XX:SoftRefLRUPolicyMSPerMB=50
  8 -ea
  9 -Dsun.io.useCanonCaches=false
 10 -Djava.net.preferIPv4Stack=true
 11 -Djdk.http.auth.tunneling.disabledSchemes=""
 12 -XX:+HeapDumpOnOutOfMemoryError
 13 -XX:-OmitStackTraceInFastThrow
 14 -Xverify:none
 15 
 16 -XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
 17 -XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
 18 -javaagent:../bin/JetbrainsIdesCrack-4.2-release-sha1.jar

# 我这里修改了  
# 1 -Xmx750m

# 也可以查看$USER_HOME/java_error_in_idea_%p.log日志,具体分析
三、重启idea;