반응형
/var/www/html/nextcloude/data/{user}/uploads
파일 업로드시 정크파일이 그대로 유지 되면서 용량만 차지하고 있음
대략 40기가정도 있는걸 확인
일단 지우고
왜 그런지 파악중
nextcloud 파일 업로드시 10MB분할해서 업로드시 하는 정크파일인것 같음
해결은
아래와 같이 Record를 추가해주면 해결되는것 같은데
지켜봐야될것 같음
일단 당장은 되는것 같음
https://help.nextcloud.com/t/nextcloud-13-chunking-upload-not-working/28755/6
For information, as a workaround I increased the max_chunk_size directly into the database (to 500Mb files):
INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES (‘files’, ‘max_chunk_size’, ‘524288000’);
'Linux > Cloud' 카테고리의 다른 글
Call to undefined function OC\Settings\Controller\posix_getuid() 오류 해결 (0) | 2019.10.03 |
---|---|
nextcloud 알림메일설정 (google smtp 설정) (0) | 2019.10.02 |
nextcloud(nginx) 로그인 페이지 리다이렉션 루프(로그인실패), 무한루프 (0) | 2019.08.01 |
ownCloud 업데이트후 점검모드로 접속이 안될때 (0) | 2017.03.20 |
CentOS7 Installing OwnCloud9, PHP5.6, Apache2.4 MariDB (0) | 2016.07.21 |