Merge "Fix some typos"
This commit is contained in:
commit
198162a073
@ -72,7 +72,7 @@ table_definition_cache=1024
|
|||||||
# The buffer pool is where data and indexes are cached: having it as large as possible
|
# The buffer pool is where data and indexes are cached: having it as large as possible
|
||||||
# will ensure you use memory and not disks for most read operations.
|
# will ensure you use memory and not disks for most read operations.
|
||||||
# Typical values are 50..75% of available RAM.
|
# Typical values are 50..75% of available RAM.
|
||||||
# TODO(tomasz.paszkowski): This needs to by dynamic based on avaliable RAM.
|
# TODO(tomasz.paszkowski): This needs to by dynamic based on available RAM.
|
||||||
innodb_buffer_pool_size=1024M
|
innodb_buffer_pool_size=1024M
|
||||||
innodb_doublewrite=0
|
innodb_doublewrite=0
|
||||||
innodb_file_format=Barracuda
|
innodb_file_format=Barracuda
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
function kube_wait_for_pods {
|
function kube_wait_for_pods {
|
||||||
# From Kolla-Kubernetes, orginal authors Kevin Fox & Serguei Bezverkhi
|
# From Kolla-Kubernetes, original authors Kevin Fox & Serguei Bezverkhi
|
||||||
# Default wait timeout is 180 seconds
|
# Default wait timeout is 180 seconds
|
||||||
set +x
|
set +x
|
||||||
end=$(date +%s)
|
end=$(date +%s)
|
||||||
|
Loading…
Reference in New Issue
Block a user