You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/05/18 03:15:48 UTC

[GitHub] [cassandra] pxsdirac opened a new pull request #594: change the command to get linux system memory

pxsdirac opened a new pull request #594:
URL: https://github.com/apache/cassandra/pull/594


   for some language like Chinese, the output for `free -m` command has no character ':', so the command `free -m | awk '/:/ {print $2;exit}'` will return nothing. and then, the cassandra can not start up.
   this pr fixed that use a different way to get system memory with no dependency of a specific character.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] pxsdirac closed pull request #594: change the command to get linux system memory

Posted by GitBox <gi...@apache.org>.
pxsdirac closed pull request #594:
URL: https://github.com/apache/cassandra/pull/594


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org