Skip to content

Commit 19460ce

Browse files
committed
reduce sys reqs
1 parent 991a524 commit 19460ce

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

ct/hev-socks5-server.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ source <(curl -s https://raw.githubusercontent.com/miviro/ProxmoxVE/refs/heads/h
77

88
APP="hev-socks5-server"
99
TAGS="proxy,socks5"
10-
var_cpu="2"
11-
var_ram="1024"
12-
var_disk="4"
10+
var_cpu="1"
11+
var_ram="512"
12+
var_disk="2"
1313
var_os="debian"
1414
var_version="12"
1515
var_unprivileged="1"
@@ -68,5 +68,4 @@ msg_ok "Completed Successfully!\n"
6868
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
6969
echo -e "${INFO}${YW} Access it with a SOCKS5 client using the following URL:${CL}"
7070
echo -e "${TAB}${GATEWAY}${BGN}${IP}:1080${CL}"
71-
echo -e "${INFO}${YW} and the credentials stores at:${CL}"
72-
echo -e "${TAB}${GATEWAY}${BGN}/root/hev.creds${CL}"
71+
echo -e "${INFO}${YW} and the credentials stores at /root/hev.creds${CL}"

json/hev-socks5-server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"type": "default",
1919
"script": "ct/hev-socks5-server.sh",
2020
"resources": {
21-
"cpu": 2,
22-
"ram": 1024,
23-
"hdd": 4,
21+
"cpu": 1,
22+
"ram": 512,
23+
"hdd": 2,
2424
"os": "debian",
2525
"version": "12"
2626
}

0 commit comments

Comments
 (0)