|
It's currently possible to configure ODL RAM by passing [JAVA_OPTS params](https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging/puppet-opendaylight.git;a=blob;f=manifests/params.pp;h=6ea13119b97424c9ae7653a02488e51b7abee501;hb=HEAD#l23), but having the user to modify JAVA_OPTS is likely more power than ideal/required. Should look into using the bin/setenv script that ships with distros, following the example of the build/jjb/integration/ scripts
MEMCONF="${WORKSPACE}/${BUNDLEFOLDER}/bin/setenv"
sed -ie "s/2048m/${CONTROLLERMEM}/g" "${MEMCONF}"
cat "${MEMCONF}"
Imported from Trello
|