How to pass arguments to homebrew service

馋奶兔 提交于 2019-12-07 17:31:54

问题


I have installed beanstalkd using homebrew but am unable to increase the maximum job size.

This is normally done by passing the -z argument as "-z byte_size"

All attempts to edit the formula for myself have failed to increase the job size as needed.

How do I successfully pass the -z argument in homebrew to increase the maximum job size.

I have tried using "brew edit beanstalkd" and modified the file adding a second "string" value with the -z 10000000 but this didn't seem to help.

来源:https://stackoverflow.com/questions/41880429/how-to-pass-arguments-to-homebrew-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!