Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bentoncoding
Visitor

Out of Memory issues

After 5-10 deployments of my application I have to factory reset my device, because I start getting out of memory errors. 

Is there a way to clear memory on the device ?

This is becoming a huge waste of time & energy. 

Also it's really really really really really annoying. 
0 Kudos
12 REPLIES 12
Komag
Roku Guru

Re: Out of Memory issues

I get the same thing I think (message that says "No space left on device") - I just do a system restart, doesn't take too long.
0 Kudos
24i
Streaming Star

Re: Out of Memory issues

Same is happening occasionally to us since a couple of weeks. A system restart is enough, no need for a complete factory reset,
0 Kudos
georgejecook
Streaming Star

Re: Out of Memory issues

I've started getting this too - double posted - didn't see your other post. oops.
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook

Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
0 Kudos
georgejecook
Streaming Star

Re: Out of Memory issues

I've also noticed that deploy from eclipse plugin DOES NOT have this problem, and is about 10 times faster than other deploy methods.. how can that be?
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook

Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
0 Kudos
tay
Visitor

Re: Out of Memory issues

I observed this issue when using atom-develop plugin. The lesson I learnt is when using these plugins the exclusion directory list has to be correct. If you have no exclusions the plugin zips everything in your directory path. Which will result in huge zip file, I turn would cause roku to throw out of memory error.
0 Kudos
georgejecook
Streaming Star

Re: Out of Memory issues

you sir, are a dude - that was it - the zip file included other zip files, and was up to 6mb. I think there's a memory bug with uploading anyhow - perhaps the junk files compounded that.
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook

Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
0 Kudos
tay
Visitor

Re: Out of Memory issues

Thank you @georgejecook, I am glad that I could help you.
0 Kudos
georgejecook
Streaming Star

Re: Out of Memory issues

Though it still does it; I suspect it's a bug since the last software update; but now it does it way less.
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook

Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
0 Kudos
tay
Visitor

Re: Out of Memory issues

Yes I observed this myself today, but it’s mostly once in two hours for me. I was on roku3.
0 Kudos