Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
1 vote
0 answers
414 views

After using VS Code and running the bash terminal with some simple npm commands, I quickly see that my disk drive usage jumps from the typical 2%-5% up to 100% and it holds it there constantly. Even ...
Kamen Kanchev's user avatar
0 votes
1 answer
7k views

I am facing trouble understanding the meaning of the Linux command du -sk * |sort -rn|head. I understand that du is used to display the disk usage but I'm facing trouble understanding the rest of the ...
Dawson Smith's user avatar
0 votes
1 answer
2k views

Here is the scenario. Imagine we have this style of directory stucture - /snapshots/201801/users/tom/ /snapshots/201802/users/harry/ /snapshots/201803/users/chris/ and so on. What I'm trying to get ...
fullstackfrogurtflow's user avatar
0 votes
2 answers
377 views

I have two docker containers running, where the diskspace is as follows: user$ sudo docker system df TYPE TOTAL ACTIVE SIZE RECLAIMABLE ...
Michael Hecht's user avatar
0 votes
2 answers
2k views

I have just installed Android Studio to follow a react native project and everytime I try to use the program the disk usage goes to 100%. I've chosen Pixel 2 as the phone and android Q and R as the ...
Victor Cardoso Pudo Torres's user avatar
0 votes
0 answers
134 views

I am trying to monitor database utilization for one of our applications. Issues observed are that actual utilized disk space by the database is more than the result we got by checking the utilization ...
nitesh's user avatar
  • 1
0 votes
1 answer
358 views

At Linux server I checked disk usage by df command and obtained big /var/lib/docker usage Filesystem 1K-blocks Used Available Use% Mounted on udev 4078144 0 4078144 0%...
Peter Krauss's user avatar
  • 14.1k
1 vote
1 answer
1k views

I was reading the official documentation of shutil from the Python website, then I ran a disk_usage test, but it isn't returning what I was expecting, Inside that directory (folder) there's a single ...
Jsh0s's user avatar
  • 599
46 votes
2 answers
67k views

How can I tell with kubectl how much ephemeral storage a pod is currently using? In a Kubernetes pod spec, I can specify resource requests and limits for CPU, memory, and ephemeral storage: ...
bskaggs's user avatar
  • 1,534
0 votes
1 answer
147 views

I've encountered some weird behaviour of my python program. Basically when I tried to create adn fill a SumTree of length larger than 1000, my disk usage increases a lot to ~300MB/s then the programme ...
Kevin Fang's user avatar
  • 2,012
3 votes
1 answer
5k views

I have a question about Kafka's disk. Kafka will fail when its disk become full. So I want to reduce the disk usage to less than x% by discarding the old data stored on the Kafka disk (or discarding a ...
moscot's user avatar
  • 39
0 votes
1 answer
50 views

Ok, here is the question. I have some table which I create like create table maths( id1 bytea , id2 bytea , comment text[] ) there's more columns but that's insignificant. After creation ...
Alexander Karlov's user avatar
2 votes
1 answer
896 views

A client application receives a table from server and stores it in local SQLite database. The table is sent frequently but changes rarely, so most updates insert into local database data that is ...
anverx's user avatar
  • 146
0 votes
0 answers
85 views

i've write a socket class in C++, the design is event-based, that means, every 64 players it will create a new thread to handle these sockets. My problem is, when i start reading a file, or write, or ...
Cainan Kenji Kita's user avatar
0 votes
1 answer
97 views

My app uses images from a URL and I want to reduce resources usage for both server and client. I wonder if the Android SDK already offers something for this (if there's some standard way to do it) or ...
ali's user avatar
  • 11.1k

15 30 50 per page