plone - No space left on device when adding at.File content to site -
i have content type inherits of at.file scheme. when try upload file of 2.5 gb gives me error: no space left on device
for reason temp folder filled 100% while object being created. tmp folder have 10 gb.
any ideas?
i don't know why tmp storage full. other services , tools using default
tmp storage.
i got problem on customer machines, if tmp area in own partition , small sized (only few hundert mbs).
usually can solve point other directory, example directly in buildout.
python tempfile
implementation respects tmpdir environment variable, can point directory.
this can done extend buildout configuration with:
[instance] ... environment-vars += tmpdir ${buildout:directory}/tmp ....
make sure have tmp
directory in buildout folder.
Comments
Post a Comment