Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
38 views

So, I am having a transfer learning project using VGG16, however as we all know its model size is over 500MB. I somply don't have enough disk space to save more than 200 instance of said model, ...
Tunglesonag's user avatar
1 vote
0 answers
58 views

I used the following prometheus metric to get the available space under root directory, by changing mountpoint, I can get the available space for all other locations. How can I get the list of all ...
user28270014's user avatar
1 vote
1 answer
132 views

The Situation (updated): I have 3 PostgreSQL tables (PostgreSQL Version 14.9) that are used to store sensor data from currently 2670 data points. The data was written to the database (blocks of data ...
Julian_k's user avatar
1 vote
0 answers
41 views

I want to ask how can I clean all expired cookies from Firefox browser while keeping all working/unexpired cookies untouched? Can this be done by Firefox equivalent of "Expired Cookies Cleaner&...
Alexandra0056's user avatar
0 votes
1 answer
24 views

It's possible to tell GCP to increase the amount of memory allocated to a VM when a run fails. For example: PAPIv2 { config { # Setup GCP to give more memory with each retry ...
Greg Dougherty's user avatar
0 votes
1 answer
163 views

My shared folder looks like //shared/content and I want to know details like total space and available space of the folder. How can I do that in Java? I have tried OSHI library but the file stores and ...
Shubhankar Kumar's user avatar
0 votes
1 answer
282 views

Unix-based system. I'm trying to use as little overhead as possible right now in the code I'm working on (it's in a resource constrained space). In this particular code, we are gathering some basic ...
Ryan Schuster's user avatar
-2 votes
1 answer
404 views

In my home directory, I created a file named file_size_test.txt. I added a single character a to its content (no newline). Actual file size of file_size_test.txt = 1 byte. However, stat file_size_test....
yossi-matkal's user avatar
2 votes
1 answer
558 views

Someone had opened vi via ssh, and pasted output into a buffer, and then later closed / crashed that terminal. The system was later discovered to be out of disk. Self-answering. Prior unaddressed ...
Cireo's user avatar
  • 4,457
0 votes
1 answer
183 views

So I have been pushing my branches to Github, and recently I have run into the following build fail: The strange thing is that Jenkins was passing just a minute ago, and since then all I did was ...
jikf's user avatar
  • 43
0 votes
1 answer
36 views

I have a couple very large libraries in my flask app's requirements.txt which I upload to Google App Engine for deployment, but I only load small submodules for my app. I'm trying to understand what ...
Vedhas Walke's user avatar
0 votes
1 answer
142 views

I'm trying to solve a filesystem filling issue because of docker containers, therefore I'm trying to find containers from overlay2 sub-directories structure : $ sudo find /var/lib/docker/overlay2/ -...
SebMa's user avatar
  • 4,965
0 votes
1 answer
727 views

How can I grow up space of the /dev/mapper/ubuntu--vg-ubuntu--lv? $ df -h Filesystem Size Used Avail Use% Mounted on udev 1.5G 0 1.5G 0% /...
kozmo's user avatar
  • 4,594
3 votes
0 answers
645 views

I am currently working on a Software Project, where I’ve set up an M10 Dedicated cluster on MongoDB Atlas. The statistics of my database look like this: As it can be seen in the picture above, my ...
Vlad Nitu's user avatar
  • 177
0 votes
1 answer
416 views

We where running out of storage, and I noticed that the reported "binaries size" from the monitoring console isn't coherent with the actual disk space on the artifactory server. I see that ...
Doron Gombosh's user avatar
0 votes
2 answers
163 views

We are facing some issues using graphdb 9.1 free edition: our disk usage its increasing in an exponential way. I used the https://graphdb.ontotext.com/documentation/10.0/requirements.html#hardware-...
Agustín Martínez's user avatar
5 votes
3 answers
20k views

I have two github repos (call them A and B) that both have a .github/workflows/build_and_test.yml file that looks almost identical to this: name: Build and test on: push: branches: [ main ] ...
Adrian's user avatar
  • 3,328
0 votes
0 answers
379 views

I'm a beginner in SQL and I executed the below Stored Procedure in MSSQL to get the disc space related stuff for a table. This one is giving the current status of this table. If I run the same ...
Sana2023's user avatar
0 votes
1 answer
288 views

We have an "mdf" file for a database that has grown enough to fill up a 200GB disk on our SQL Server Windows machine. I used the query shown below to list the tables in that database with ...
jeanCollagra's user avatar
2 votes
1 answer
4k views

I am currently facing an issue with one of my MBR disks on a Windows server. The disk is supposed to have a maximum size of 2048GB, but I have noticed that there is additional space allocated to it ...
Fajela Tajkiya's user avatar
1 vote
1 answer
222 views

- name: Display any lines that have more FS usage than 80% shell: df -h | awk ‘$NF { print $1, $5 } $5+0 > 80’ register: filesystem - debug: var: filesystem.stdout_lines - fail: msg: “...
techuserf's user avatar
1 vote
0 answers
15 views

I want to get disk-usage status of a DataNode over RPC/ Java Client. I know there is a way using WebAPI and parsing the response. But, I am looking for RPC based approach only.
diptam's user avatar
  • 63
0 votes
2 answers
859 views

I have my first small project and I just started a PowerShell (total beginner). We have three different shared C:\ drives and I need to output each disk storage info (e.g. total and free space) by ...
JBC's user avatar
  • 43
12 votes
3 answers
16k views

Visual studio code consumes a lot of disk space during execution: 3GB on start-up. 2GB when running a script (Julia, in my case). When I kill the in-built terminal and rerun the code, the available ...
dirk's user avatar
  • 141
4 votes
1 answer
12k views

On Windows 11, my docker desktop increasingly uses more disk every time I run docker-compose up. I tracked it to the size of the following file which is currently at about 100GB. %USERPROFILE%\AppData\...
Dr. Strangelove's user avatar

1
2 3 4 5
15