菜鸟教程小白 发表于 2022-12-13 15:00:52

ios - WKWebView 内存一直在增加


                                            <p><p>在我的应用程序中,我在 wkWebView 上加载了交互式 sessionURL,但我注意到分配的内存一直在逐渐增加。
应用启动时,内存约为 22 MB,但内存会以秒为单位增加。</p>

<p>我怎样才能阻止我的内存随着时间的推移逐渐增加?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p> <a href="https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/LaunchingInstruments.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/LaunchingInstruments.html</a> </p>

<p>尝试使用泄漏或分配过滤器在 Instruments 中运行您的应用,看看是什么导致了您的问题。希望这会引导您找到内存泄漏的根源。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - WKWebView 内存一直在增加,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35762766/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35762766/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - WKWebView 内存一直在增加