Nova Kwok

Results 38 comments of Nova Kwok

Emmm, this seems to be the problem with Golang's library, some related issues here: * https://github.com/golang/go/issues/43382 * https://github.com/golang/go/issues/28717 * https://github.com/golang/go/issues/40130 Currently we have no idea how to fix this.

Yes, that's a bug. I've made an attempt on VPS, if there are concurrent requests on the same file, there will be multiple conversions at once, which is RAM consuming,...

Yes, I understand you, and it's still WIP. When there are multiple requests on multiple unconverted images, there is still a potential memory leak, and currently there seems no way...

Added commit: https://github.com/webp-sh/webp_server_go/commit/774556f1fb557c0f24766e3ffa3fcc50f3b1b1aa Added a new field `MAX_JOB_COUNT` in `config.json` to limit the max concurrent conversion. Example config.json ```json { "HOST": "127.0.0.1", "PORT": "3333", "QUALITY": "80", "MAX_JOB_COUNT": "1", "IMG_PATH": "./pics",...

Wondering why the JPG file is base64 encoded, if you don't use WebP Server Go, then how you display `234/234590-1d24e2020ba4ab7db23779011292af4e.jpg` this image on your website?

- 最后再来把ipv4给批判一番,说什么劫持,地址池不够都是钦定的。 - ipv4连任也是要符合现代网络结构的基本法的,到时候思科等大厂会表态的。

难道在T大技术协会招人也这么困难么? 突然感觉任重而道远23333

@huiyiqun 原来是这样啊~

@xlfjn Hi~ We've switched to `github.com/davidbyttow/govips` for underlying WebP conversion since version 0.6.0, and seems adding `MALLOC_ARENA_MAX=1` in env will greatly help reduce the RAM usage, could you please have...

Hi I've made some optimization on this case as it seems there is no ETA on official fix here. After this optimization is made,when original file is corrupted in remote...