# HG changeset patch # User aldrich@nwoca.org # Date 1561485071 -3600 # Node ID c143f3f597d3daaa3672eb05d823419e9048f773 # Parent 107f0c5955c181ecd33069b84414ae9e4e4dab0a testing adding 10G capacity to agents diff -r 107f0c5955c1 -r c143f3f597d3 bamboo-agent/bamboo-capabilities.properties --- a/bamboo-agent/bamboo-capabilities.properties Wed May 01 15:33:00 2019 +0100 +++ b/bamboo-agent/bamboo-capabilities.properties Tue Jun 25 18:51:11 2019 +0100 @@ -1,2 +1,3 @@ docker.compose=true -agent.containerized=true \ No newline at end of file +agent.containerized=true +OS_MEMORY_GB=10 \ No newline at end of file