profiler两种方式 --------------------- ProfilesIni profileIni = new ProfilesIni(); FirefoxProfile ffprofile = profileIni.getProfile("我的xx"); ------------------------ FirefoxProfile ffprofile= new FirefoxProfile (new File("C:\\Profiles\\我的xx")); ------------------- 总是会复制一个临时的Profiler来使用,头疼。 载入超慢,1-2分钟,超级占内存。 我给tomcat分配了4G内存,才能打开。原来500M都够用。 Profiler可以用speedfx减小一下,没啥效果。
用jProfiler看了一下,它把Profiler转成json发给RemoteDriver, 晕倒,好几十M,能不慢!!! 我也是无语了。
而且内存占满后,并不释放,莫名其妙~~ 停了tomcat才会释放,杀firefox进程啥的没用。
|