-
FEATURED COMPONENTS
First time here? Check out the FAQ!
I have implemented auto list refresh for data monitor screen. When users open several tabs (>= 4) with the auto refresh screen in one Google Chrome Browser, after several hours, when user click a record to open/redirect it, it throws ERR_INSUFFICIENT_RESOURCES
in Chrome Browser.
ZK Version: 6.5.4
I assume the tab you mentioned is a browser tab, not zk tab in a tabbox.
The ERR_INSUFFICIENT_RESOURCES
error means that Chrome does not have enough resources to complete the request. This could be due to a number of factors. According to what you describe, they are probably:
You can check the developer tool > Memory tab to see the memory usage:
Asked: 2023-07-26 17:35:42 +0800
Seen: 7 times
Last updated: Aug 01