【发布时间】:2020-02-26 23:50:27
【问题描述】:
我想将我的项目推送到 github,但是我只是注意到在 android 文件夹中有一个名为 java_pid14920.hprof 的文件,导致大约 300MB
remote: error: File android/java_pid14920.hprof is 301.75 MB; this exceeds GitHub's file size limit of 100.00 MB
我想知道删除这个文件是否安全?
【问题讨论】:
-
你能找到解决办法吗?
-
简短的回答是肯定的。您可以(并且应该)删除堆转储文件 (.hprof)。更多信息在这里Oracle Docs.
标签: android react-native github hprof