#!/bin/sh
#
# Copyright (c) 2023 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#

# adjust oom score of diag-router
pid=$(/bin/pidof /usr/bin/diag-router)
echo -500 > /proc/$pid/oom_score_adj
