diskspace Questions

1

Solved

After running TreeSize Free, I found that Visual Studio is gobbling up disk space in C:\Users\{Me}\AppData\Local\Microsoft\VisualStudio folder... specifically in the WebTools\ChromeUserDataXXX\Defa...
Hypostatize asked 2/2, 2018 at 17:27

3

Solved

That is : How can I check the drive size which is not formatted... Don't consider the formatted drives...just unformatted drive.
Merv asked 25/12, 2009 at 3:44

5

Every source I found online says a full installation of Cygwin takes over 1 GB, but mine is only 100 MB. I was pretty sure I downloaded everything from the mirror servers, but the install...
Quadricycle asked 20/1, 2014 at 9:45

2

Solved

So my computer is the base model MacBook Pro so hard drive space is a premium. I've been looking through folders to find what's taking up all the space and my UserName/Library/Developer folder wa...
Bodice asked 17/7, 2015 at 12:23

6

Solved

I'm doing some cURL work in php 5.3.0. I'm wondering if there is any way to tell the curl handle/object to keep the cookies in memory (assuming I'm reusing the same handle for multiple requests), ...
Paternal asked 28/9, 2009 at 9:9

1

I am currently doing a UNIX sort (via GitBash on a Windows machine) of a 500GB text file. Due to running out of space on the main disk, I have used the -T option to direct the temp files to a disk ...
Lowkey asked 10/8, 2016 at 15:7

6

Solved

So, in many situations I wanted a way to know how much of my disk space is used by what, so I know what to get rid of, convert to another format, store elsewhere (such as data DVDs), move to anothe...
Ichnite asked 28/2, 2012 at 16:41

3

Solved

I have deleted all the images/containers ubuntu@ubuntu:/var/lib/docker$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE ubuntu@ubuntu:/var/lib/docker$ docker ps -a CONTAINER ID IMAGE COMMA...
Smolensk asked 28/3, 2017 at 10:17

10

Solved

I'm looking for the equivalent of right clicking on the drive in windows and seeing the disk space used and remaining info.
Aaron asked 23/10, 2008 at 16:26

1

Solved

We recently decided to enable GC logging for Apache Kafka brokers on a number of clusters (exact version varies) as a aid to looking into Kafka-related memory and garbage collection problems. We wa...
Signify asked 4/10, 2016 at 14:5

2

How does the RAM required to store data in memory compare to the disk space required to store the same data in a file? Or is there no generalized correlation? For example, say I simply have a bill...
Chrissa asked 10/4, 2014 at 21:52

3

Solved

Does anybody know of a link where I can find this stuff out? I'm working on a proposal to drop a whole bunch of unused columns from a few tables, and if i could find out the amount of disk space us...
Oppilate asked 22/7, 2011 at 13:36

2

We're using Sonatype's Nexus 1.9.2.2 for proxying maven repositories. Our problem is that the indexes are eating so much disk space. All our repositories are taking about 25GB space, and growing. ...
Healing asked 3/11, 2011 at 11:42

5

Solved

I need to try to estimate the DISK size of a text string (which could be raw text or a Base64 encoded string for an image/audio/etc) in JavaScript. I'm not sure how to estimate this. The only thing...
Eirena asked 29/11, 2010 at 22:20

4

Solved

I'm trying to untar a file. Before untarring I would like to know free space available on the mounted volume. The plan is if there is not enough space I will not untar it! So how can I find the fre...
Shandra asked 11/2, 2009 at 9:53

5

Solved

How can I check if IOException is a "Not enough disk space" exception type? At the moment I check to see if the message matches something like "Not enough disk space", but I know that this won't w...
Abuttals asked 15/2, 2012 at 12:18

4

Solved

Is there any way in R to estimate the file size of a csv file prior to actually writing it to disk via write.csv or readr::write_csv? I would like to implement a warning if the user accidentially t...
Happy asked 10/3, 2016 at 13:20

2

I have a number of GitHub projects on my disk, but many of them are not in active use. I would like to remove the working files for the time being, because they are stored in the commit history an...
Auriferous asked 12/2, 2016 at 5:59

1

Solved

Jenkins has the cool perk of logging almost everything that happens during your build process. Right now everything is logged in /var/log/jenkins/jenkins.log. After regular periods, this file grow...
Millisent asked 27/1, 2016 at 10:4

2

Here is the disk cache tutorial I'm following. I've downloaded the source code to DiskLruCache but none of the methods used in this example exist in the source code. http://developer.android.com/t...
Trula asked 26/8, 2013 at 21:41

7

Solved

I'm looking for the number of free bytes on my HD, but have trouble doing so on python. I've tried the following: import os stat = os.statvfs(path) print stat.f_bsize * stat.f_bavail But, on O...
Leatherman asked 24/4, 2009 at 22:17

1

Solved

I am a beginner to kafka We are looking for sizing our kafka cluster(a 5 node cluster) for processing 17,000 events/sec with each event at the size of 600bytes. We are planning a replication of 3 ...
Preciousprecipice asked 8/7, 2015 at 19:8

1

Solved

We are using Jenkins (on Linux) to manage our Maven builds. Our users can create their own job and sometimes (3 or 4 times per year), they are doing a mistake and the job generates a large log fil...
Lush asked 12/6, 2015 at 14:16

0

I've got a program that runs as a launchd agent, and I have stdout and stderr sent to a log file using the StandardErrorPath and StandardOutputPath keys. I'm quite keen on having stdout/stderr logg...
Valentin asked 17/5, 2015 at 18:59

7

Solved

Is it possible to get the amount of free memory on an Android device (not on the SD CARD) via the Android SDK? If so, how?
Tremolo asked 4/1, 2011 at 15:30

© 2022 - 2024 — McMap. All rights reserved.