Replies: 1 comment
-
That is expected. If you limit the memory to the point where allocations will begin to fail, it won't be possile to allocate internal memory either and calls will fail. What are you trying to accomplish? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we set memory limit on engine by JS_SetMemoryLimit API。
Currently we have a memory problem. We found that the process memory exceeded the set memory limit.
Would you like to ask, what problems can occur if the engine exceeds the memory limit? For example, the JS code execution is abnormal. , js_call failed to execute JS code?
A large number of exception logs are recorded when JS_Call is invoked.
Beta Was this translation helpful? Give feedback.
All reactions