upgle commented on PR #5229:
URL: https://github.com/apache/openwhisk/pull/5229#issuecomment-1124435343

   - > Does openwhisk admin need to reconfigure his system limit (e.g. make 
system limit to a high value)?
     So openwhisk admin needs to adjust the system limit value to >=3GB?
     - If the existing system limit was 2GB and you want to allocate up to 3GB, 
you need to raise the system limit and redeploy it. And if the namespace 
default limit is 2GB, existing users without a limit setting will use this 
limit.
   - > Has any check mechanism that when user changes the $namespace/limit 
document, namespace limit value can't be greater than system limit?
     - If the namespace limit is greater than the system limit, it is lowered 
to the system limit.
   - > Has any extra work on wskadmin? e.g. Admin can use wskadmin can change 
the $namespace/limit document as well.
     - Not yet. There is a plan to add it, but it seems to have to be created 
as a separate PR because there are a lot of changes in the PR.
   
   I'm working on integrating with the new scheduler and improving backward 
compatibility. I'ill create a separate POEM PR as soon as it is completed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to