
Existing code sets overcommit strict mode to True if any non-zero value is returned from a read of /proc/sys/vm/overcommit_memory. This is incorrect. Strict mode should only be set when the returned value is 2. Change-Id: I2c5328624571bb3b2f478d5a79615650bb92cbd2 Closes-Bug: 1808225 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
SRC_DIR="$PKG_BASE"
|
|
|
|
COPY_LIST="$PKG_BASE/src/LICENSE \
|
|
$PKG_BASE/src/collectd.conf.pmon \
|
|
$PKG_BASE/src/collectd.service \
|
|
$PKG_BASE/src/fm_notifier.py \
|
|
$PKG_BASE/src/mtce_notifier.py \
|
|
$PKG_BASE/src/python_plugins.conf \
|
|
$PKG_BASE/src/cpu.py \
|
|
$PKG_BASE/src/cpu.conf \
|
|
$PKG_BASE/src/memory.py \
|
|
$PKG_BASE/src/memory.conf \
|
|
$PKG_BASE/src/df.conf \
|
|
$PKG_BASE/src/ntpq.py \
|
|
$PKG_BASE/src/ntpq.conf \
|
|
$PKG_BASE/src/example.py \
|
|
$PKG_BASE/src/example.conf"
|
|
|
|
TIS_PATCH_VER=3
|