json - won't save, file size to large -


okay i've got mean application on openshift , have been adding lot database. error file large api.

okay think, maybe database full. go in , adds 5gb storage mongo gear. go , want continue work... same problem.

i can add small text, , nothing @ all. , should added i, before error, able add larger files database.

what can problem , how can check , fix it.

some of informations can gather trying ssh application.

[ application ]\> quota disk quotas user 55e********************** (uid 3***):  filesystem  blocks   quota   limit   grace   files   quota   limit   grace /dev/mapper/ebsstore01-user_home01              104668       0 6291456            9752       0  480000 


db.stats() {     "db" : "admin",     "collections" : 3,     "objects" : 7,     "avgobjsize" : 67.42857142857143,     "datasize" : 472,     "storagesize" : 16384,     "numextents" : 3,     "indexes" : 2,     "indexsize" : 16352,     "filesize" : 16777216,     "nssizemb" : 16,     "datafileversion" : {             "major" : 4,             "minor" : 5     },     "ok" : 1 } 


update

i've tried make write rhc app-show <app name> --gears quota command , result

user@pc ~/dist/.git (git_dir!) $ rhc app-show unityacademy --gears quota dl deprecated, please use fiddle unable connect gear (gear id) unable connect gear (gear id) gear                     cartridges               used  limit ------------------------ ----------------------- ----- ------ (gear id)                mongodb-2.4             error 6.4 gb (gear id)                haproxy-1.4 nodejs-0.10 error 6.4 gb 

from can see here there should plety of storage used. or ready these numbers incorrectly.

if application scaled (used multiple gears), try running 'rhc app show --gears quota' command, possible web gear out of disk space, not mongodb gear, , preventing upload temporary holding space before file/data inserted mongodb.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -