tokers commented on a change in pull request #5078:
URL: https://github.com/apache/apisix/pull/5078#discussion_r710116654
##########
File path: apisix/cli/ops.lua
##########
@@ -307,6 +307,10 @@ local function init(env)
.. 'other than /root.')
end
+ if env.ulimit <= 1024 then
+ print(str_format("Warning! Current user limits [%d] too small, please
modify user limits by execute \'ulimt -n <new user limits>\' , otherwise the
performance is low.", env.ulimit))
Review comment:
```suggestion
print(str_format("Warning! Current user limits [%d] is too small,
please modify user limits by execute \'ulimt -n <new user limits>\' , otherwise
the performance is low.", env.ulimit))
```
--
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]