#Basic C++ project folder 847mb in size

26 messages · Page 1 of 1 (latest)

ember wing
#

my spatialHashGrid c++ project is an Enormous size and I have a few questions.

  1. what is causing this / how can I find the issue?
  2. how can I reduce the file size? maybe using CMake?
near rootBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

ember wing
#

the files and folders shown here add up to about 100 mb of memory so where is the other 700mbs??

cursive frigate
#

VS Builds can be really big

#

idk, maybe do a make clean or equivalent

zenith ridge
#

honestly to see what is taking up so much space just get like a tree viewer, and you see whatever is taking so much space

fierce axle
#

It's probably .vs folder

zenith ridge
#

but yeah most likely .vs folder

ember wing
zenith ridge
#

its a hidden folder VS makes for god knows what

fierce axle
#

Visual studio cache/properties folder

#

(Or idk, I actually don't know what is it needed for either)

zenith ridge
#

it does cache things like user settings I believe but what exactly no clue

ember wing
# fierce axle Visual studio cache/properties folder

ahh alright! my C++ programming folder is 6.6gb and i've been using it for 2 months whereas my python programming folder is 186mb and ive been using that for 2.5 years.
Surely there is a way to reduce the folder-sizes of the C++ folders?

zenith ridge
#

on the other hand why care to much about it 🤷

#

it's only 6.6GB

ember wing
fierce axle
#

You can delete .vs folders in old projects, there is nothing important there

#

When you delete it, you'll have to rebuild the project. That's it

ember wing
ember wing
zenith ridge
#

memory leaks don't work like aht lol

fierce axle
ember wing
#

!solved