neverchanje commented on a change in pull request #676: URL: https://github.com/apache/incubator-pegasus/pull/676#discussion_r581803275
########## File path: scripts/pack_server.sh ########## @@ -121,14 +114,20 @@ copy_file ./rdsn/thirdparty/output/lib/libk5crypto.so.3 ${pack}/bin copy_file ./rdsn/thirdparty/output/lib/sasl2 ${pack}/bin copy_file ./scripts/sendmail.sh ${pack}/bin copy_file ./src/server/config.ini ${pack}/bin +copy_file ./src/server/config.min.ini ${pack}/bin Review comment: For testing / low-resources cases. The server package could be used by docker. I think config.ini is for the production environment that is to maximize performance, config.min.ini is to minimize resource usage. Both configs have their use-cases. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org For additional commands, e-mail: dev-h...@pegasus.apache.org