luffy997 / springboot-file-upload-download

项目中常会遇到需要文件上传和下载的地方,其中文件上传的安全问题不可忽视,下面是我考虑到的文件上传安全问题和用编码实现的过程
1 stars 0 forks source link

OOM #1

Open Junsoo0607 opened 3 years ago

Junsoo0607 commented 3 years ago

这个框架用起来虽然简单,但是底层会重复重建很多byte[]实例,还没有来得及gc已经爆了

luffy997 commented 3 years ago

你说springboot会在底层重复建很多Byte吗,我还没深入到JVM这块,而且这个也是很基础的IO操作,只是个测试的Demo

Junsoo0607 commented 3 years ago

不是spring 是谷歌的这个thumbnails 在本地还看不出来 放到服务器上就有问题了

------------------ 原始邮件 ------------------ 发件人: "luffy997/springboot-file-upload-download" <notifications@github.com>; 发送时间: 2020年11月19日(星期四) 下午5:24 收件人: "luffy997/springboot-file-upload-download"<springboot-file-upload-download@noreply.github.com>; 抄送: "胡峻松"<403329437@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [luffy997/springboot-file-upload-download] OOM (#1)

你说springboot会在底层重复建很多Byte吗,我还没深入到JVM这块,而且这个也是很基础的IO操作,只是个测试的Demo

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

luffy997 commented 3 years ago

哦哦 感谢!谢谢大佬的指导!

Junsoo0607 commented 3 years ago

完全不是大佬...想解决这个问题头都烂了哈哈哈

------------------ 原始邮件 ------------------ 发件人: "luffy997/springboot-file-upload-download" <notifications@github.com>; 发送时间: 2020年11月19日(星期四) 下午5:27 收件人: "luffy997/springboot-file-upload-download"<springboot-file-upload-download@noreply.github.com>; 抄送: "胡峻松"<403329437@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [luffy997/springboot-file-upload-download] OOM (#1)

哦哦 感谢!谢谢大佬的指导!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

luffy997 commented 3 years ago

加油!没有克服不了的技术难题!