LanceFiondella / srt.core

Software Failure and Reliability Assessment Tool (SFRAT)
https://sasdlc.org/lab/projects/srt.html
MIT License
12 stars 16 forks source link

Unable to Upload xlsx #31

Closed RichardMuri closed 7 years ago

RichardMuri commented 7 years ago

Unable to upload model_data.xlsx on Chrome:

image

model_data.csv appears to work fine.

arhik commented 7 years ago

Memory is full. May be we should remove other applications we don't use and clean uploaded data.

vshekar commented 7 years ago

I had this issue last week as well. I used certain commands to remove stopped docker containers and dangling images which freed up 40% of the space. I had also removed a number of unwanted applications maybe there might be more? But removing images was the most effective.

arhik commented 7 years ago

May be we should not be creating 5 images. May be 3 is enough. Lets hope that helps. As far I know dockers works by layer of snapshots. So this could be least effective if creating extras images has no overhead.