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
Post a Comment