You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even GZip compression and extraction to RAM requires 6 MB of space.
Can it be handled in any possible way?
Maybe split to server/client app, socks5/http, etc.
Main advantage of this app is limited feature set and small size, pls do not create another monster like GOST.
=)
The text was updated successfully, but these errors were encountered:
baiomys
changed the title
[Feature request] Executable does not fit to 8MB openwrt devices. Nearly 100% of inexpensive Openwrt routers have 8Mb onboard.
[Feature request] Executable does not fit to 8MB openwrt devices. Nearly 100% of inexpensive Openwrt routers have 8MB onboard.
Aug 3, 2024
Splitting server side and client side does not reduce too much size (can only reduce about 0.6 MB).
A possible approach is to add building flag -ldflags="-s -w" to remove debug info (now, the binary size on linux-arm is about 6.7M).
Even GZip compression and extraction to RAM requires 6 MB of space.
Can it be handled in any possible way?
Maybe split to server/client app, socks5/http, etc.
Main advantage of this app is limited feature set and small size, pls do not create another monster like GOST.
=)
The text was updated successfully, but these errors were encountered: