mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #80] Windows版运行一天proxy.exe占用大约2g内存 #40
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @masterc24 on GitHub (May 18, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/80
开了一个http代理和一个sock5代理
http -t tcp -p :3128 --log ..\logs\http.log --daemon --forever
socks -t tcp -p :1080 --log ..\logs\sock5.log --daemon --forever
sock5代理的内存一直在涨
@masterc24 commented on GitHub (May 18, 2018):
版本是4.7
@snail007 commented on GitHub (May 18, 2018):
socks -t tcp -p 3128 这个命令格式不对吧.端口全面要有:
@masterc24 commented on GitHub (May 21, 2018):
有的有的,之前打错了
@snail007 commented on GitHub (May 21, 2018):
什么版本的Windows,是不是win10?
@masterc24 commented on GitHub (May 21, 2018):
不是win10,是windows server 2008 r2,今天用了goproxy-jui大约4个小时jvm内存溢出了,javaw进程自动关闭了
@snail007 commented on GitHub (May 21, 2018):
只有socks?
@masterc24 commented on GitHub (May 21, 2018):
两个,一个http一个socks,命令行用两个proxy.exe启动,jui版本的添加了两个服务,这样
@snail007 commented on GitHub (May 21, 2018):
只有socks占内存?
@masterc24 commented on GitHub (May 21, 2018):
是的,socks5有20多人在用
@snail007 commented on GitHub (May 21, 2018):
看你启动命令http和socks监听都用的相同tcp端口,一个机器上不能这样吧
@masterc24 commented on GitHub (May 21, 2018):
不好意思啊,也是写错了,不是同一端口
@snail007 commented on GitHub (May 21, 2018):
问题已经定位,进Q群,我给你一个调试版本,你测试看看.
@masterc24 commented on GitHub (May 21, 2018):
好的