747 questions
Advice
1
vote
0
replies
38
views
Transfer Learning: How do I only save the parameter I trained to save disk space?
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, ...
1
vote
0
answers
58
views
Get a list of all mounted file systems in Linux using prometheus
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 ...
1
vote
1
answer
132
views
How to reduce the required storage space for large indexes and large PostgreSQL tables to improve and ensure performance?
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 ...
1
vote
0
answers
41
views
How to clean all expired cookies from Firefox?
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&...
0
votes
1
answer
24
views
Get Cromwell to increase disk space for task on GCP
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
...
0
votes
1
answer
163
views
How to get disk usage stats of a share folder in windows in Java?
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 ...
0
votes
1
answer
282
views
Does invoking a system call like statfs with Python subprocess use less overhead than invoking a C utility like df?
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 ...
-2
votes
1
answer
404
views
A file with actual size 1 byte uses 8 blocks of 4096 bytes on the filesystem [closed]
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....
2
votes
1
answer
558
views
Why did Vim create a constantly growing .swp file?
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 ...
0
votes
1
answer
183
views
Jenkins is failing at the Pre Set Up stage: "No space left on device"? All I did was change a comment in the code
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 ...
0
votes
1
answer
36
views
Could GAE Memory Limit Reached be due to large requirements.txt?
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 ...
0
votes
1
answer
142
views
Cannot find container from overlay2 subdirectory id
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/ -...
0
votes
1
answer
727
views
grow up logical block size: - FAILED: failed to dump sfdisk info for /dev/sdb
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% /...
3
votes
0
answers
645
views
Disk space usage larger than expected (compared to Storage size)
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 ...
0
votes
1
answer
416
views
Artifactory storage structure
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 ...
0
votes
2
answers
163
views
Exponential disk usage in Ontotext GraphDB Platform
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-...
5
votes
3
answers
20k
views
Github runner out of disk space after building docker image
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 ]
...
0
votes
0
answers
379
views
Historical data usage of a table in MSSQL
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 ...
0
votes
1
answer
288
views
Is there a way to remove allocated pages that are not associated with a table in SQL Server?
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 ...
2
votes
1
answer
4k
views
How to use PowerShell to detect unallocated space on a MBR disk?
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 ...
1
vote
1
answer
222
views
Unable to make playbook fail if any of the disk space reached 80%
- 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: “...
1
vote
0
answers
15
views
Is there a way to get DataNode's DiskUsage using java client?
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.
0
votes
2
answers
859
views
How to read disk drive space for each different path in a PowerShell script?
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 ...
12
votes
3
answers
16k
views
Why does visual studio code consume so much disk space?
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 ...
4
votes
1
answer
12k
views
Set max disk usage for Docker using WSL2
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\...