saigyouyou

Results 11 comments of saigyouyou

小程序唤起app要怎么做? 测试发现app在后台的时候可以调起来,但是不在的时候就不行

@alameddince The reason is when you unmount the second page, lazyloadManage will set the container to null, however if the name of lazyloadScrollView in your second page is the same...

Same issue too. When scroll to left, it works well. However, when scroll to right, it encounts an end and doesn't scroll any more. May be there is a problem...

> > @Sneezry 主要是加了登录鉴权没啥用,我不准备加数据库。 > > SSO 不需要数据库的,用户登录的目的其实也不是用于权限控制,主要是不想让 ChatGPT 的页面公开在网上出现。 嗯,我也是这个需求。因为是我和几个朋友用,不希望其他公网上的人扫到了知道是干啥的。

从13号重启之后依然是这样 ![WeChat36007437106e2195b44de45d1f726763](https://github.com/user-attachments/assets/79f3149f-a0e6-415c-8aa3-c593671591e6)

> 能否在高内存的时候帮忙导出一份 heap > > ``` > curl -s $(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' safeline-luigi)/debug/pprof/heap -o heap > ``` 我的版本是7.1.0,占用多的是fvm和snserver ok,等过几天涨上去导一份。昨晚内存跑到80了,我重启了服务。

> 能否在高内存的时候帮忙导出一份 heap > > ``` > curl -s $(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' safeline-luigi)/debug/pprof/heap -o heap > ``` [heap.zip](https://github.com/user-attachments/files/17932667/heap.zip) 内存占用到77%了 safeline版本7.1.0,附件是luigi和fvm的heap,主要是fvm占用高。 ![image](https://github.com/user-attachments/assets/e5ace66b-9ef0-472c-a955-e35aff2db507)

> lugi 升级到 7.2.4 可以解决, fvm 还在排查中 snserver的占用率也很高,不过我不知道怎么导出heap,导出safeline-detector会报错

> snserver 和请求挂钩,snserver 多少 m,每天的访问量和 qps 是多少呢 前一次重启的时候snserver内存占用1.685G waf监控页显示每天访问量大约3m,qps现在是10左右