Karl Tai

Results 9 comments of Karl Tai

I am new to the open source world. Thanks for inviting me to fill out the CLA form and I have just done it. > I was thinking it might...

I just tried to review the code inside InputfieldPage.js, and found that the code has changed a bit. I tried not to use the `off()` call and it is still...

Sorry it is my careless I did not test the save function as it was working before `FieldtypePage.module` fix. It looks like the conflict is hard to be resolved now...

Please see the below `go tool pprof` `top100` ``` Fetching profile over HTTP from http://localhost:6061/debug/pprof/profile?seconds=300 Saved profile in /root/pprof/pprof.juicefs.samples.cpu.003.pb.gz File: juicefs Type: cpu Time: Oct 20, 2022 at 9:55am (HKT)...

Two additional pieces of information. Network in/out increases along with CPU usage. ![Untitled-3](https://user-images.githubusercontent.com/26466450/196877024-512cd6ff-f9df-458f-92ef-972c8720bbbd.jpg) Redis server's CPU usage increases in a similar pattern. ![Untitled-4](https://user-images.githubusercontent.com/26466450/196877120-5d190675-d28b-421e-bfd9-89ade717b414.jpg)

Thanks for the guidance. Please see the below accesslog. ``` 2022.10.20 18:36:46.462513 [uid:48,gid:48,pid:15780] open (2412): OK [fh:1894887] 2022.10.20 18:36:46.462539 [uid:48,gid:48,pid:15780] flush (2412,1894887): OK 2022.10.20 18:36:46.462557 [uid:0,gid:0,pid:0] release (2412): OK 2022.10.20...

Thanks for the follow up. I have no idea when looking at the .accesslog file. The CPU usage keeps at around 40% for my ec2 c3.large instance without any further...

The above should be all the goroutines I could get. What else I could do to assist the investigation?

You may check the input of mine previously. I was using the exact same command. ``` Fetching profile over HTTP from http://localhost:6061/debug/pprof/goroutine?debug=1 Saved profile in /root/pprof/pprof.goroutine.001.pb.gz Type: goroutine Entering interactive...