Skip to main content

Problema espacio y con sesiones PHP (12GB usados)

Comments

5 comments

  • cPanelLauren
    Hi @50l3r inode usage and disk usage, while they present similarly aren't actually the same thing. Running: df -i
    Will get you the inode usage for each filesystem Running something like this: find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
    Will break it down to show you where the most are being consumed. To lower inode usage like with disk usage you will need to remove data, typically what we see is large amounts of small files. ======================================================================= Hola @ 50l3r El uso del inodo y el uso del disco, si bien se presentan de manera similar, no son en realidad lo mismo. Corriendo: df -i
    Te conseguir" el uso del inodo para cada sistema de archivos Ejecutando algo como esto: find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
    Lo dividir" para mostrarle d"nde se consumen m"s. Para reducir el uso del inodo, al igual que con el uso del disco, deber" eliminar los datos, por lo general, lo que vemos son grandes cantidades de archivos peque"os.
    0
  • 50l3r
    El problema es que se almacenan todas las sesiones en /var/cpanel/php/sessions y tenia 12GB de sesiones
    0
  • cPanelLauren
    Clearing the sessions data would have also cleared the inode data, but I am glad to hear that the issue is now resolved. Thanks! ======================================================================= Al borrar los datos de las sesiones tambi"n se borraron los datos del inodo, pero me complace saber que el problema ya se ha resuelto. "Gracias!
    0
  • Alvaromartinez
    Hola buenos d"as, el servidor (CPanel) me muestra lo siguiente: "Sorry for the inconvenience! The filesystem mounted at / on this server is running out of disk space. cPanel operations have been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition." Tengo un disco de 500gb me pidi" WHM actualizar centos, antes de actualizar quise crear un zip del directorio public_html que al final no se cre" tard" mucho y desde entonces no puedo entrar, lo he intentado desde SSH pero al abrir public_html no me muestra nada. Sospecho que el zip que intent" crear debe de estar por alg"n lado pero no se donde. Alguien me ayuda?
    0
  • cPanelLauren
    Hola @Alvaromartinez, Parece que se ha quedado sin espacio, puede ejecutar algo como lo siguiente para determinar d"nde se asigna el uso del disco, lo que a su vez puede ayudarlo a encontrar d"nde cre" el archivo zip: du -h --max-depth=1
    Si no puede identificar los problemas de uso con esto, le sugiero que se ponga en contacto con su proveedor de alojamiento para obtener m"s ayuda. Gracias ======================================================================= Hi @Alvaromartinez, It sounds like you've run out of space, you can run something like the following to determine where the disk usage is allocated which in turn may help you find where you created the zip file: du -h --max-depth=1
    If you're unable to identify the usage issues with this I would suggest contacting your hosting provider for further assistance. Thanks
    0

Please sign in to leave a comment.