We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently, the query of disk quota seems not to work,
$ lfs quota -gh $(id -u) /lustre ... Filesystem used quota limit grace files quota limit grace /lustre 44k 0k 0k - 8 0 0 -
but I failed to create a new image in R when calling pdf(), it resulted in an empty file.
pdf()
Firstly, delete several files, and then try to create a new file via touch x.pdf, but still throws the disk quota error.
touch x.pdf
Continue to clean, such as conda clean -a. Finally it works.
conda clean -a
But I am curious about how the disk quota is managed now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently, the query of disk quota seems not to work,
$ lfs quota -gh $(id -u) /lustre ... Filesystem used quota limit grace files quota limit grace /lustre 44k 0k 0k - 8 0 0 -
but I failed to create a new image in R when calling
pdf()
, it resulted in an empty file.Firstly, delete several files, and then try to create a new file via
touch x.pdf
, but still throws the disk quota error.Continue to clean, such as
conda clean -a
. Finally it works.But I am curious about how the disk quota is managed now.
The text was updated successfully, but these errors were encountered: