From d5da31067c3b602729047d4cf8f48b6580187869 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 21 一月 2021 18:09:36 +0800
Subject: [PATCH] update
---
test_net_socket/heart_beat.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test_net_socket/heart_beat.sh b/test_net_socket/heart_beat.sh
index 893a5d3..1fc28a6 100755
--- a/test_net_socket/heart_beat.sh
+++ b/test_net_socket/heart_beat.sh
@@ -1,6 +1,6 @@
#! /bin/bash
-PROCESSES=10
+PROCESSES=4
function clean() {
ipcrm -a
ps -ef | grep "heart_beat" | awk '{print $2}' | xargs -i kill -9 {}
--
Gitblit v1.8.0